You are here: Start » AVL.NET » AVS.ImageMoment Method

AVS.ImageMoment Method

Computes the selected moment of an image in regular and normalized (divided by sum of pixel values) variant.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inMomentTypeAvlNet.ImageMomentType
inCentralbool
outMomentfloat

Function Overrides

See also