Click or drag to resize
Accord.NET (logo)

MomentsBase Constructor (Bitmap, Rectangle, Int32)

Initializes a new instance of the MomentsBase class.

Namespace:  Accord.Imaging.Moments
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
protected MomentsBase(
	Bitmap image,
	Rectangle area,
	int order
)
Request Example View Source

Parameters

image
Type: System.DrawingBitmap
The image whose moments should be computed.
area
Type: System.DrawingRectangle
The region of interest in the image to compute moments for.
order
Type: SystemInt32
The maximum order for the moments.
See Also