You are here: Start » AVL.NET » Function Reference » Image » Image Combinators » AVL.AverageImages_OfLoop
Averages images appearing in consecutive iterations pixel by pixel.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void AverageImages_OfLoop ( AvlNet.AverageImages_OfLoopState ioState, AvlNet.Image inImage, NullableRef<AvlNet.Image> outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioState | AvlNet.AverageImages_OfLoopState | ||||
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | outImage | AvlNet.NullableRef<AvlNet.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. |


