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

Invoke.AverageImages_OfArray

Averages images from an array pixel by pixel.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void AverageImages_OfArray
(
	List<Fil.Image> inImages,
	Optional<Fil.Region> inRoi,
	Fil.Image outImage
)

Parameters

Name Type Range Default Description
inImagesSystem.Collections.Generic.List<Fil.Image>
inRoiFtl.Optional<Fil.Region>Range of pixels to be processed. Default value: ftl::NIL.
outImageFil.ImageOutput image.

See also