You are here: Start » AVL.NET » Invoke.ImageMoment

Invoke.ImageMoment

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ImageMoment
(
	Avl.Image inImage,
	Optional<Avl.Region> inRoi,
	Avl.ImageMomentType inMomentType,
	bool inCentral,
	out float outMoment,
	Optional<float> outNormMoment
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inRoiAtl.Optional<Avl.Region>Range of pixels to be processed. Default value: atl::NIL.
inMomentTypeAvl.ImageMomentType
inCentralbool
outMomentfloat
outNormMomentAtl.Optional<float>

See also