You are here: Start » AVL.NET » AVL.ImageMoment(AvlNet.Image, AvlNet.ImageMomentType, bool, float, float)

AVL.ImageMoment(AvlNet.Image, AvlNet.ImageMomentType, bool, float, float)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ImageMoment(
	AvlNet.Image inImage,
	AvlNet.ImageMomentType inMomentType,
	bool inCentral,
	out float outMoment,
	out float outNormMoment
)

Parameters

inImage
Type: AvlNet.Image
inMomentType
Type: AvlNet.ImageMomentType
inCentral
Type: System.Boolean
outMoment
Type: System.Single
outNormMoment
Type: System.Single

See also