Click or drag to resize
Accord.NET (logo)

RawMomentsCompute Method (Single, Rectangle)

Computes the raw moments for the specified image.

Namespace:  Accord.Imaging.Moments
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public override void Compute(
	float[,] image,
	Rectangle area
)
Request Example View Source

Parameters

image
Type: SystemSingle
The image.
area
Type: System.DrawingRectangle
The region of interest in the image to compute moments for.
See Also