You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inImages | System.Collections.Generic.List<Fil.Image> | |||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | outImage | Fil.Image | Output image. |