Home
last modified time | relevance | path

Searched defs:batchDistance (Results 1 – 2 of 2) sorted by relevance

/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
/external/opencv3/modules/core/src/
Dstat.cpp3647 void cv::batchDistance( InputArray _src1, InputArray _src2, in batchDistance() function in cv