$search
typedef ::vfh_recognizer_db::normals_vfh_db_estimatorRequest_<std::allocator<void> > vfh_recognizer_db::normals_vfh_db_estimatorRequest |
Definition at line 219 of file normals_vfh_db_estimator.h.
typedef boost::shared_ptr< ::vfh_recognizer_db::normals_vfh_db_estimatorRequest const> vfh_recognizer_db::normals_vfh_db_estimatorRequestConstPtr |
Definition at line 222 of file normals_vfh_db_estimator.h.
typedef boost::shared_ptr< ::vfh_recognizer_db::normals_vfh_db_estimatorRequest> vfh_recognizer_db::normals_vfh_db_estimatorRequestPtr |
Definition at line 221 of file normals_vfh_db_estimator.h.
typedef ::vfh_recognizer_db::normals_vfh_db_estimatorResponse_<std::allocator<void> > vfh_recognizer_db::normals_vfh_db_estimatorResponse |
Definition at line 289 of file normals_vfh_db_estimator.h.
typedef boost::shared_ptr< ::vfh_recognizer_db::normals_vfh_db_estimatorResponse const> vfh_recognizer_db::normals_vfh_db_estimatorResponseConstPtr |
Definition at line 292 of file normals_vfh_db_estimator.h.
typedef boost::shared_ptr< ::vfh_recognizer_db::normals_vfh_db_estimatorResponse> vfh_recognizer_db::normals_vfh_db_estimatorResponsePtr |
Definition at line 291 of file normals_vfh_db_estimator.h.
typedef ::vfh_recognizer_db::remove_duplicate_viewsRequest_<std::allocator<void> > vfh_recognizer_db::remove_duplicate_viewsRequest |
Definition at line 111 of file remove_duplicate_views.h.
typedef boost::shared_ptr< ::vfh_recognizer_db::remove_duplicate_viewsRequest const> vfh_recognizer_db::remove_duplicate_viewsRequestConstPtr |
Definition at line 114 of file remove_duplicate_views.h.
typedef boost::shared_ptr< ::vfh_recognizer_db::remove_duplicate_viewsRequest> vfh_recognizer_db::remove_duplicate_viewsRequestPtr |
Definition at line 113 of file remove_duplicate_views.h.
typedef ::vfh_recognizer_db::remove_duplicate_viewsResponse_<std::allocator<void> > vfh_recognizer_db::remove_duplicate_viewsResponse |
Definition at line 181 of file remove_duplicate_views.h.
typedef boost::shared_ptr< ::vfh_recognizer_db::remove_duplicate_viewsResponse const> vfh_recognizer_db::remove_duplicate_viewsResponseConstPtr |
Definition at line 184 of file remove_duplicate_views.h.
typedef boost::shared_ptr< ::vfh_recognizer_db::remove_duplicate_viewsResponse> vfh_recognizer_db::remove_duplicate_viewsResponsePtr |
Definition at line 183 of file remove_duplicate_views.h.
typedef std::pair<std::string, std::vector<float> > vfh_recognizer_db::vfh_model |
Definition at line 64 of file common_io.h.
typedef std::pair<std::string, std::vector<float> > vfh_recognizer_db::vfh_model_db |
Definition at line 65 of file common_io.h.
void vfh_recognizer_db::convertToFLANN | ( | const std::vector< vfh_model_db > & | models, | |
flann::Matrix< float > & | data | |||
) | [inline] |
Definition at line 168 of file common_io.h.
bool vfh_recognizer_db::loadHist | ( | const boost::filesystem::path & | path, | |
vfh_model & | vfh | |||
) | [inline] |
Loads an n-D histogram file as a VFH signature.
file_name | the input file name | |
vfh | the resultant VFH model |
Definition at line 74 of file common_io.h.
bool vfh_recognizer_db::loadHistPlain | ( | const boost::filesystem::path & | path, | |
vfh_model & | vfh | |||
) | [inline] |
Loads an n-D histogram file as a VFH signature.
file_name | the input file name | |
vfh | the resultant VFH model |
Definition at line 128 of file common_io.h.