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

  /external/opencv3/modules/java/src/
imgproc+Subdiv2D.java 275 double[] edge_out = new double[1]; local
277 int retVal = locate_0(nativeObj, pt.x, pt.y, edge_out, vertex_out);
278 if(edge!=null) edge[0] = (int)edge_out[0];
374 private static native int locate_0(long nativeObj, double pt_x, double pt_y, double[] edge_out, double[] vertex_out);
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 64 milliseconds