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

Invoke.ImageMoment

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inRoiFtl.Optional<Fil.Region>Range of pixels to be processed. Default value: ftl::NIL.
inMomentTypeFil.ImageMomentType
inCentralbool
outMomentfloat
outNormMomentFtl.Optional<float>

See also