OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curDist
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/features2d/test/
test_detectors_regression.cpp
151
float
curDist
= (float)norm( calcKeypoints[c].pt - validKeypoints[v].pt );
152
if(
curDist
< minDist )
154
minDist =
curDist
;
/external/opencv3/modules/objdetect/test/
test_cascadeandhog.cpp
345
float
curDist
= (float)norm(cp1-cp2);
346
if(
curDist
< minDist )
349
minDist =
curDist
;
[
all
...]
Completed in 68 milliseconds