#include <kdtree_index.h>
Inherits cvflann::IndexParams.
Public Member Functions | |
KDTreeIndexParams (int trees_=4) | |
void | print () const |
virtual flann_algorithm_t | getIndexType () const |
Public Attributes | |
int | trees |
flann_algorithm_t | algorithm |
cvflann::KDTreeIndexParams::KDTreeIndexParams | ( | int | trees_ = 4 | ) |
void cvflann::KDTreeIndexParams::print | ( | ) | const [virtual] |
Implements cvflann::IndexParams.
virtual flann_algorithm_t cvflann::IndexParams::getIndexType | ( | ) | const [virtual, inherited] |
flann_algorithm_t cvflann::IndexParams::algorithm [inherited] |