ImageMomentsCalculate Method (ImagePlane)

CVB.Net Documentation
Calculate the moments on the input imgPlane 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
)

Parameters

imgPlane
Type: Stemmer.CvbImagePlane
Plane to calculate the moments on

Return Value

Type: ImageMoments
Moments object.
See Also

Reference