$search
typedef ::vfh_recognizer_fs::normals_vfh_db_estimatorRequest_<std::allocator<void> > vfh_recognizer_fs::normals_vfh_db_estimatorRequest |
Definition at line 230 of file normals_vfh_db_estimator.h.
typedef boost::shared_ptr< ::vfh_recognizer_fs::normals_vfh_db_estimatorRequest const> vfh_recognizer_fs::normals_vfh_db_estimatorRequestConstPtr |
Definition at line 233 of file normals_vfh_db_estimator.h.
typedef boost::shared_ptr< ::vfh_recognizer_fs::normals_vfh_db_estimatorRequest> vfh_recognizer_fs::normals_vfh_db_estimatorRequestPtr |
Definition at line 232 of file normals_vfh_db_estimator.h.
typedef ::vfh_recognizer_fs::normals_vfh_db_estimatorResponse_<std::allocator<void> > vfh_recognizer_fs::normals_vfh_db_estimatorResponse |
Definition at line 300 of file normals_vfh_db_estimator.h.
typedef boost::shared_ptr< ::vfh_recognizer_fs::normals_vfh_db_estimatorResponse const> vfh_recognizer_fs::normals_vfh_db_estimatorResponseConstPtr |
Definition at line 303 of file normals_vfh_db_estimator.h.
typedef boost::shared_ptr< ::vfh_recognizer_fs::normals_vfh_db_estimatorResponse> vfh_recognizer_fs::normals_vfh_db_estimatorResponsePtr |
Definition at line 302 of file normals_vfh_db_estimator.h.
typedef ::vfh_recognizer_fs::remove_duplicate_viewsRequest_<std::allocator<void> > vfh_recognizer_fs::remove_duplicate_viewsRequest |
Definition at line 112 of file remove_duplicate_views.h.
typedef boost::shared_ptr< ::vfh_recognizer_fs::remove_duplicate_viewsRequest const> vfh_recognizer_fs::remove_duplicate_viewsRequestConstPtr |
Definition at line 115 of file remove_duplicate_views.h.
typedef boost::shared_ptr< ::vfh_recognizer_fs::remove_duplicate_viewsRequest> vfh_recognizer_fs::remove_duplicate_viewsRequestPtr |
Definition at line 114 of file remove_duplicate_views.h.
typedef ::vfh_recognizer_fs::remove_duplicate_viewsResponse_<std::allocator<void> > vfh_recognizer_fs::remove_duplicate_viewsResponse |
Definition at line 182 of file remove_duplicate_views.h.
typedef boost::shared_ptr< ::vfh_recognizer_fs::remove_duplicate_viewsResponse const> vfh_recognizer_fs::remove_duplicate_viewsResponseConstPtr |
Definition at line 185 of file remove_duplicate_views.h.
typedef boost::shared_ptr< ::vfh_recognizer_fs::remove_duplicate_viewsResponse> vfh_recognizer_fs::remove_duplicate_viewsResponsePtr |
Definition at line 184 of file remove_duplicate_views.h.
typedef std::pair<std::string, std::vector<float> > vfh_recognizer_fs::vfh_model |
Definition at line 61 of file common_io.h.
typedef std::pair<std::string, std::vector<float> > vfh_recognizer_fs::vfh_model_db |
Definition at line 62 of file common_io.h.
bool vfh_recognizer_fs::buildTreeFromFiles | ( | std::vector< vfh_model_db > & | models, | |
flann::Matrix< float > & | data, | |||
std::string | vfh_directory | |||
) | [inline] |
Definition at line 191 of file common_io.h.
void vfh_recognizer_fs::convertToFLANN | ( | const std::vector< vfh_model_db > & | models, | |
flann::Matrix< float > & | data | |||
) | [inline] |
Loads an n-D histogram file as a VFH signature.
file_name | the input file name | |
vfh | the resultant VFH model Loads an n-D histogram file as a VFH signature |
file_name | the input file name | |
vfh | the resultant VFH model |
Definition at line 163 of file common_io.h.
std::string vfh_recognizer_fs::getModelId | ( | fs::path | path | ) | [inline] |
Definition at line 177 of file common_io.h.