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

  /external/opencv3/modules/imgproc/src/
convhull.cpp 265 void convexityDefects( InputArray _points, InputArray _hull, OutputArray _defects )
  /external/opencv3/modules/imgproc/misc/java/test/
ImgprocTest.java 468 MatOfInt4 convexityDefects = new MatOfInt4();
469 Imgproc.convexityDefects(points, hull, convexityDefects);
471 assertMatEqual(new MatOfInt4(3, 0, 5, 3620), convexityDefects);
    [all...]
  /external/opencv3/modules/java/src/
imgproc.cpp     [all...]
imgproc+Imgproc.java     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 443 milliseconds