convexityDefects 3609 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void convexityDefects( InputArray contour, InputArray convexhull, OutputArray convexityDefects );
convexityDefects  468 modules/imgproc/misc/java/test/ImgprocTest.java         MatOfInt4 convexityDefects = new MatOfInt4();
convexityDefects  469 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.convexityDefects(points, hull, convexityDefects);
convexityDefects  471 modules/imgproc/misc/java/test/ImgprocTest.java         assertMatEqual(new MatOfInt4(3, 0, 5, 3620), convexityDefects);