ImageMomentsCalculateGetSpatialMoment Method

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

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

public double CalculateGetSpatialMoment(
	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 spatial moment.
Remarks

This overload automatically uses the offset used in creating this object.
See Also

Reference