Click or drag to resize
Accord.NET (logo)

RawMoments Constructor (UnmanagedImage, Int32)

Initializes a new instance of the Accord.Imaging.Moments class.

Namespace:  Accord.Imaging.Moments
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public RawMoments(
	UnmanagedImage image,
	int order = 3
)
Request Example View Source

Parameters

image
Type: Accord.ImagingUnmanagedImage
order (Optional)
Type: SystemInt32
See Also