digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
Loading...
Searching...
No Matches
Digikam::KDTreeOpenFace Class Reference
+ Inheritance diagram for Digikam::KDTreeOpenFace:

Public Member Functions

 KDTreeOpenFace (int dim, int threshold=KDTREE_MAP_THRESHOLD)
 
- Public Member Functions inherited from Digikam::KDTreeBase
 KDTreeBase (int dim, int kdtreeThreshold=KDTREE_MAP_THRESHOLD)
 Constructor of the class implementing the KD-Tree for vector space partitioning.
 
virtual KDNodeBaseadd (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