Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/perf/
Dperf_batchDistance.cpp43batchDistance(queryDescriptors, trainDescriptors, dist, destinationType, (isCrossCheck) ? ndix : n… in TEST_CYCLE()
70batchDistance(queryDescriptors, trainDescriptors, dist, CV_32S, (isCrossCheck) ? ndix : noArray(), in TEST_CYCLE()
98batchDistance(queryDescriptors, trainDescriptors, dist, CV_32F, (isCrossCheck) ? ndix : noArray(), in PERF_TEST_P()
126batchDistance(queryDescriptors, trainDescriptors, dist, CV_32F, (isCrossCheck) ? ndix : noArray(), in TEST_CYCLE()
/external/opencv3/modules/java/src/
Dcore+Core.java785 …public static void batchDistance(Mat src1, Mat src2, Mat dist, int dtype, Mat nidx, int normType, … in batchDistance() method in Core
794 …public static void batchDistance(Mat src1, Mat src2, Mat dist, int dtype, Mat nidx, int normType, … in batchDistance() method in Core
803 public static void batchDistance(Mat src1, Mat src2, Mat dist, int dtype, Mat nidx) in batchDistance() method in Core
Dcore.cpp1283 …cv::batchDistance( src1, src2, dist, (int)dtype, nidx, (int)normType, (int)K, mask, (int)update, (… in Java_org_opencv_core_Core_batchDistance_10()
1307 cv::batchDistance( src1, src2, dist, (int)dtype, nidx, (int)normType, (int)K ); in Java_org_opencv_core_Core_batchDistance_11()
1331 cv::batchDistance( src1, src2, dist, (int)dtype, nidx ); in Java_org_opencv_core_Core_batchDistance_12()
/external/opencv3/modules/features2d/src/
Dmatchers.cpp820 batchDistance(queryDescriptors, trainDescCollection[iIdx], dist, dtype, nidx, in knnMatchImpl()
938 batchDistance(queryDescriptors, trainDescCollection[iIdx], dist, dtype, noArray(), in radiusMatchImpl()
/external/opencv3/modules/core/include/opencv2/
Dcore.hpp676 CV_EXPORTS_W void batchDistance(InputArray src1, InputArray src2,
/external/opencv3/modules/core/src/
Dstat.cpp3647 void cv::batchDistance( InputArray _src1, InputArray _src2, in batchDistance() function in cv
3684 batchDistance(src2, src1, tdist, dtype, tidx, normType, K, mask, 0, false); in batchDistance()