Searched defs:batchDistance (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/java/src/ |
D | core+Core.java | 785 …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/ |
D | stat.cpp | 3647 void cv::batchDistance( InputArray _src1, InputArray _src2, in batchDistance() function in cv
|