Click or drag to resize
Accord.NET (logo)

CentralMoments Constructor (Single, Int32)

Initializes a new instance of the CentralMoments class.

Namespace:  Accord.Imaging.Moments
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public CentralMoments(
	float[,] image,
	int order = 2
)
Request Example View Source

Parameters

image
Type: SystemSingle
The image whose moments should be computed.
order (Optional)
Type: SystemInt32
The maximum order for the moments.
See Also