![]() |
digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
|
Public Member Functions | |
KDTreeOpenFace (int dim, int threshold=KDTREE_MAP_THRESHOLD) | |
![]() | |
KDTreeBase (int dim, int kdtreeThreshold=KDTREE_MAP_THRESHOLD) | |
Constructor of the class implementing the KD-Tree for vector space partitioning. | |
virtual KDNodeBase * | add (const cv::Mat &position, const int identity) |
add new node to KD-Tree | |
virtual QMap< double, QVector< int > > | getClosestNeighbors (const cv::Mat &position, float sqRange, int maxNbNeighbors) const |