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

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

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

See also