Package | Description |
---|---|
org.opencv.imgproc |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static void |
Imgproc.HuMoments(Moments m,
Mat hu) |
Copyright © 2020. All rights reserved.