Click or drag to resize
Accord.NET (logo)

CentralMoments Constructor (RawMoments)

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(
	RawMoments moments
)
Request Example View Source

Parameters

moments
Type: Accord.Imaging.MomentsRawMoments
The raw moments to construct central moments.
See Also