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

Invoke.ImageAverage

Computes the average of the image pixel values.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ImageAverage
(
	Fil.Image inImage,
	Optional<Fil.Region> inRoi,
	out Fil.Pixel outAverageColor,
	Optional<float> outAverageValue
)

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inRoiFtl.Optional<Fil.Region>Range of pixels to be processed. Default value: ftl::NIL.
outAverageColorFil.PixelAverage of each channel.
outAverageValueFtl.Optional<float>Average of the entire image.

See also