Uses of Class
org.opencv.core.MatOfInt4
-
Packages that use MatOfInt4 Package Description org.opencv.core org.opencv.imgproc -
-
Uses of MatOfInt4 in org.opencv.core
Methods in org.opencv.core that return MatOfInt4 Modifier and Type Method Description static MatOfInt4MatOfInt4. fromNativeAddr(long addr) -
Uses of MatOfInt4 in org.opencv.imgproc
Methods in org.opencv.imgproc with parameters of type MatOfInt4 Modifier and Type Method Description static voidImgproc. convexityDefects(MatOfPoint contour, MatOfInt convexhull, MatOfInt4 convexityDefects)Finds the convexity defects of a contour.
-