ImageMomentsCalculate Method (ImagePlane, MomentsCalculation)

CVB.Net Documentation
Calculate the moments on the input imgPlane.

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,
	MomentsCalculation preference
)

Parameters

imgPlane
Type: Stemmer.CvbImagePlane
Plane to calculate the moments on
preference
Type: Stemmer.Cvb.FoundationMomentsCalculation
Speed or accuracy.

Return Value

Type: ImageMoments
Moments object.
See Also

Reference