Searched refs:findNearest_0 (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/java/src/
H A Dml+KNearest.java141 float retVal = findNearest_0(nativeObj, samples.nativeObj, k, results.nativeObj, neighborResponses.nativeObj, dist.nativeObj);
202 private static native float findNearest_0(long nativeObj, long samples_nativeObj, int k, long results_nativeObj, long neighborResponses_nativeObj, long dist_nativeObj); method in class:KNearest
H A Dimgproc+Subdiv2D.java292 int retVal = findNearest_0(nativeObj, pt.x, pt.y, nearestPt_out);
377 private static native int findNearest_0(long nativeObj, double pt_x, double pt_y, double[] nearestPt_out); method in class:Subdiv2D

Completed in 138 milliseconds