Uses of Class
org.opencv.imgproc.Moments
-
Packages that use Moments Package Description org.opencv.imgproc -
-
Uses of Moments in org.opencv.imgproc
Methods in org.opencv.imgproc that return Moments Modifier and Type Method Description static Moments
Imgproc. moments(Mat array)
Calculates all of the moments up to the third order of a polygon or rasterized shape.static Moments
Imgproc. moments(Mat array, boolean binaryImage)
Calculates all of the moments up to the third order of a polygon or rasterized shape.Methods in org.opencv.imgproc with parameters of type Moments Modifier and Type Method Description static void
Imgproc. HuMoments(Moments m, Mat hu)
-