findNearest       903 modules/imgproc/include/opencv2/imgproc.hpp     CV_WRAP int findNearest(Point2f pt, CV_OUT Point2f* nearestPt = 0);
findNearest       451 modules/ml/include/opencv2/ml.hpp     CV_WRAP virtual float findNearest( InputArray samples, int k,
findNearest        68 modules/ml/src/kdtree.hpp     CV_WRAP int findNearest(InputArray vec, int K, int Emax,
findNearest        69 modules/ml/src/knearest.cpp     virtual float findNearest( InputArray _samples, int k,
findNearest       424 modules/ml/src/knearest.cpp             tr.findNearest(test_samples.row(i), k, Emax, _res, _nr, _d, noArray());
findNearest       486 modules/ml/src/knearest.cpp         return impl->findNearest(samples, k, results, neighborResponses, dist);
findNearest       491 modules/ml/src/knearest.cpp         return impl->findNearest( inputs, impl->defaultK, outputs, noArray(), noArray() );
findNearest       319 modules/ml/test/test_emknearestkmeans.cpp     knearest->findNearest(testData, 4, bestLabels);
findNearest       336 modules/ml/test/test_emknearestkmeans.cpp     knearestKdt->findNearest(testData, 4, bestLabels);