#include <kdtree_index.h>
Public Member Functions | |
| flann_algorithm_t | getIndexType () const |
| KDTreeIndexParams (int trees_=4) | |
| void | print () const |
Public Attributes | |
| int | trees |
Definition at line 54 of file kdtree_index.h.
| cvflann::KDTreeIndexParams::KDTreeIndexParams | ( | int | trees_ = 4 |
) | [inline] |
Definition at line 55 of file kdtree_index.h.
| flann_algorithm_t cvflann::KDTreeIndexParams::getIndexType | ( | ) | const [inline] |
Definition at line 59 of file kdtree_index.h.
| void cvflann::KDTreeIndexParams::print | ( | ) | const [inline] |
Definition at line 61 of file kdtree_index.h.
Definition at line 55 of file kdtree_index.h.