Back to Aurora Vision Studio website

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

AverageImages_OfLoop


Module: FoundationLite

Averages images appearing in consecutive iterations pixel by pixel.

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

Description

Loop 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 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.

Complexity Level

This filter is available on Basic Complexity Level.

See Also