Beispiel #1
0
 public static double compare(Mat m1, Mat m2) {
   return VisionProxyJNI.Vision_compare(Mat.getCPtr(m1), m1, Mat.getCPtr(m2), m2);
 }