Click or drag to resize
Accord.NET (logo)

HuMomentsCompute Method (CentralMoments)

Computes the Hu moments from the specified central moments.

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

Parameters

moments
Type: Accord.Imaging.MomentsCentralMoments
The central moments to use as base of calculations.
See Also