ImageMomentsCalculate Method (ImagePlane, Rect)

CVB.Net Documentation
Calculate the moments on the input imgPlane and aoi favoring neither speed nor accuracy.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static ImageMoments Calculate(
	ImagePlane imgPlane,
	Rect aoi
)

Parameters

imgPlane
Type: Stemmer.CvbImagePlane
Plane to calculate the moments on.
aoi
Type: Stemmer.CvbRect
Area of interest to calculate the moments in.

Return Value

Type: ImageMoments
Moments object.
See Also

Reference