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

FIS.ImageAverage Method

Computes the average of the image pixel values.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ImageAverage
(
	FilNet.Image inImage,
	NullableRef<FilNet.Region> inRoi,
	out FilNet.Pixel outAverageColor,
	out float outAverageValue
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
outAverageColorFilNet.PixelAverage of each channel.
outAverageValuefloatAverage of the entire image.

Function Overrides

See also