You are here: Start » FIL.NET » Invoke.RollingAverageImages_OfArray
Averages images appearing in an array pixel by pixel using exponential rolling average.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RollingAverageImages_OfArray ( List<Fil.Image> inImageArray, Optional<Fil.Region> inRoi, float inAlpha, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageArray | System.Collections.Generic.List<Fil.Image> | |||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inAlpha | float | <0.0f, 1.0f> | 0.5f | Default value: 0.5f. |
![]() | outImage | Fil.Image | Output image. |