MCPcopy Create free account
hub / github.com/creatale/node-dv / PQueueElem

Class PQueueElem

deps/opencv/modules/core/src/datastructs.cpp:3747–3753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3745
3746
3747struct PQueueElem
3748{
3749 PQueueElem() : dist(0), idx(0) {}
3750 PQueueElem(float _dist, int _idx) : dist(_dist), idx(_idx) {}
3751 float dist;
3752 int idx;
3753};
3754
3755
3756int KDTree::findNearest(InputArray _vec, int K, int emax,

Callers 1

findNearestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected