Home
last modified time | relevance | path

Searched refs:SEARCH_EPS (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dindex_testing.h159 const float SEARCH_EPS = 0.001f; variable
188 if (fabs(p2-precision)>SEARCH_EPS) {
195 while (fabs(realPrecision-precision)>SEARCH_EPS) {
233 const float SEARCH_EPS = 0.001; variable
280 if (fabs(p2-precision)>SEARCH_EPS) {
287 while (fabs(realPrecision-precision)>SEARCH_EPS) {