Click or drag to resize
Accord.NET (logo)

CentralMomentsCompute Method (RawMoments)

Computes the center moments from the specified raw moments.

Namespace:  Accord.Imaging.Moments
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public void Compute(
	RawMoments moments
)
Request Example View Source

Parameters

moments
Type: Accord.Imaging.MomentsRawMoments
The raw moments to use as base of calculations.
See Also