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

FIS.RollingAverageImages_OfArray Method

Averages images appearing in an array pixel by pixel using exponential rolling average.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RollingAverageImages_OfArray
(
	IList<FilNet.Image> inImageArray,
	NullableRef<FilNet.Region> inRoi,
	float inAlpha,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageArraySystem.Collections.Generic.IList<FilNet.Image>
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
inAlphafloat<0.0f, 1.0f>0.5fDefault value: 0.5f.
outImageFilNet.ImageOutput image.

Function Overrides

See also