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,
	FilNet.ImageMomentType inMomentType,
	bool inCentral,
	out float outMoment
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inMomentTypeFilNet.ImageMomentType
inCentralbool
outMomentfloat

Function Overrides

See also