|
Point Cloud Library (PCL)
1.6.0
|


Go to the source code of this file.
Classes | |
| class | pcl::search::FlannSearch< PointT, FlannDistance > |
| search::FlannSearch is a generic FLANN wrapper class for the new search interface. More... | |
| class | pcl::search::FlannSearch< PointT, FlannDistance >::FlannIndexCreator |
| Helper class that creates a FLANN index from a given FLANN matrix. More... | |
| class | pcl::search::FlannSearch< PointT, FlannDistance >::KdTreeIndexCreator |
| Creates a FLANN KdTreeSingleIndex from the given input data. More... | |
Namespaces | |
| namespace | flann |
| namespace | pcl |
| namespace | pcl::search |
Defines | |
| #define | PCL_INSTANTIATE_FlannSearch(T) template class PCL_EXPORTS pcl::search::FlannSearch<T>; |
| #define PCL_INSTANTIATE_FlannSearch | ( | T | ) | template class PCL_EXPORTS pcl::search::FlannSearch<T>; |
Definition at line 259 of file flann_search.h.
1.7.6.1