Creates a FLANN KdTreeSingleIndex from the given input data. More...
#include <flann_search.h>
Public Member Functions | |
virtual IndexPtr | createIndex (MatrixConstPtr data) |
Create a FLANN Index from the input data. | |
KMeansIndexCreator () | |
virtual | ~KMeansIndexCreator () |
Empty destructor. |
Creates a FLANN KdTreeSingleIndex from the given input data.
Definition at line 136 of file flann_search.h.
pcl::search::FlannSearch< PointT, FlannDistance >::KMeansIndexCreator::KMeansIndexCreator | ( | ) | [inline] |
[in] | max_leaf_size | All FLANN kd trees created by this class will have a maximum of max_leaf_size points per leaf node. Higher values make index creation cheaper, but search more costly (and the other way around). |
Definition at line 143 of file flann_search.h.
virtual pcl::search::FlannSearch< PointT, FlannDistance >::KMeansIndexCreator::~KMeansIndexCreator | ( | ) | [inline, virtual] |
Empty destructor.
Definition at line 146 of file flann_search.h.
pcl::search::FlannSearch< PointT, FlannDistance >::IndexPtr pcl::search::FlannSearch< PointT, FlannDistance >::KMeansIndexCreator::createIndex | ( | MatrixConstPtr | data | ) | [virtual] |
Create a FLANN Index from the input data.
[in] | data | The FLANN matrix containing the input. |
Implements pcl::search::FlannSearch< PointT, FlannDistance >::FlannIndexCreator.
Definition at line 57 of file flann_search.hpp.