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