ImageMomentsCalculateCentralMoment Method

CVB.Net Documentation
Get one of the central image moments.

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

public double CalculateCentralMoment(
	MomentsOrder xOrder,
	MomentsOrder yOrder,
	MomentsNormalization normalization
)

Parameters

xOrder
Type: Stemmer.Cvb.FoundationMomentsOrder
X order of the moment to retrieve
yOrder
Type: Stemmer.Cvb.FoundationMomentsOrder
Y order of the moment to retrieve
normalization
Type: Stemmer.Cvb.FoundationMomentsNormalization
Whether or not to normalize.

Return Value

Type: Double
The central moment.
See Also

Reference