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

FIS.AverageImages_OfArray Method

Averages images from an array pixel by pixel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void AverageImages_OfArray
(
	IList<FilNet.Image> inImages,
	NullableRef<FilNet.Region> inRoi,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImagesSystem.Collections.Generic.IList<FilNet.Image>
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
outImageFilNet.ImageOutput image.

Function Overrides

See also