1 #ifndef OBJECT_RECOGNITION_H_
2 #define OBJECT_RECOGNITION_H_
72 return (models_[best_match]);
86 output.
points = applyFiltersAndSegment (points, params_);
104 std::vector<pcl::PointIndices> cluster_indices;
111 return (largest_cluster);
136 Eigen::Matrix4f tform;
154 std::vector<ObjectModel> models_;