You are here: Start » FIL.NET » FIS.ImageMoment Method

FIS.ImageMoment Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ImageMoment
(
	FilNet.Image inImage,
	NullableRef<FilNet.Region> inRoi,
	FilNet.ImageMomentType inMomentType,
	bool inCentral,
	out float outMoment,
	NullableValue<float> outNormMoment
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
inMomentTypeFilNet.ImageMomentType
inCentralbool
outMomentfloat
outNormMomentFilNet.NullableValue<float> Can be null to skip this parameter calculation.

Function Overrides

See also