◆ KDTree()
Digikam::KDTree::KDTree |
( |
int |
dim | ) |
|
|
explicit |
◆ ~KDTree()
Digikam::KDTree::~KDTree |
( |
| ) |
|
◆ add()
KDNode * Digikam::KDTree::add |
( |
const cv::Mat & |
position, |
|
|
const int |
identity |
|
) |
| |
◆ getClosestNeighbors()
QMap< double, QVector< int > > Digikam::KDTree::getClosestNeighbors |
( |
const cv::Mat & |
position, |
|
|
float |
sqRange, |
|
|
float |
cosThreshold, |
|
|
int |
maxNbNeighbors |
|
) |
| const |
- Returns
- Map of N-nearest neighbors, sorted by distance
The documentation for this class was generated from the following files:
- core/libs/facesengine/recognition/opencv-dnn/kd_tree.h
- core/libs/facesengine/recognition/opencv-dnn/kd_tree.cpp