You are here: Start » FIL.NET » Function Reference » Image » Image Combinators » FIL.AverageImages_OfLoop
Averages images appearing in consecutive iterations pixel by pixel.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void AverageImages_OfLoop ( FilNet.AverageImages_OfLoopState ioState, FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, NullableRef<FilNet.Image> outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioState | FilNet.AverageImages_OfLoopState | ||||
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | outImage | FilNet.NullableRef<FilNet.Image> | Output image. Can be null to skip this parameter calculation. |
Description
Loop version of AverageImages.
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Image dimensions are not equal in AverageImages_OfLoop. |
| DomainError | Image formats are not the same in AverageImages_OfLoop. |
| DomainError | Region exceeds an input image in AverageImages_OfLoop. |


