Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Image » Image Combinators » AverageImages_OfArray

AverageImages_OfArray


Module: FoundationLite

Averages images from an array pixel by pixel.

Name Type Description
Input value inImages ImageArray
Input value inRoi Region* Range of pixels to be processed
Output value outImage Image Output image

Description

Array version of AverageImages.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

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.

Complexity Level

This filter is available on Basic Complexity Level.

See Also