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 MomentsImgproc. moments(Mat array)Calculates all of the moments up to the third order of a polygon or rasterized shape.static MomentsImgproc. 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 voidImgproc. HuMoments(Moments m, Mat hu)
-