You are here: Start » FIL.NET » Function Reference » Image » Image Combinators » FIL.RollingAverageImages_OfArray
Averages images appearing in an array pixel by pixel using exponential rolling average.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void RollingAverageImages_OfArray ( IList<FilNet.Image> inImageArray, float inAlpha, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageArray | System.Collections.Generic.IList<FilNet.Image> | |||
![]() | inAlpha | float | <0.0f, 1.0f> | 0.5f | Default value: 0.5f. |
![]() | outImage | FilNet.Image | Output image. |