You are here: Start » FIL.NET » Function Reference » Image » Image Combinators » FIL.AverageImages_OfArray
Averages images from an array pixel by pixel.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void AverageImages_OfArray ( IList<FilNet.Image> inImages, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImages | System.Collections.Generic.IList<FilNet.Image> | |||
![]() | outImage | FilNet.Image | Output image. |
Description
Array version of AverageImages.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty array of images in AverageImages_OfArray. |
DomainError | Image dimensions are not equal in AverageImages_OfArray. |
DomainError | Image formats are not the same in AverageImages_OfArray. |
DomainError | Not supported image type in AverageImages_OfArray. |
DomainError | Region exceeds an input image in AverageImages_OfArray. |