HomeSort by relevance Sort by last modified time
    Searched defs:nearestPt_out (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/java/src/
imgproc+Subdiv2D.java 291 double[] nearestPt_out = new double[2];
292 int retVal = findNearest_0(nativeObj, pt.x, pt.y, nearestPt_out);
293 if(nearestPt!=null){ nearestPt.x = nearestPt_out[0]; nearestPt.y = nearestPt_out[1]; }
377 private static native int findNearest_0(long nativeObj, double pt_x, double pt_y, double[] nearestPt_out);
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 46 milliseconds