Back to FabImage Studio website
You are here: Start » Filter Reference » Image » Image Combinators » AverageImages_OfLoop
Module: | FoundationLite |
---|
Averages images appearing in consecutive iterations pixel by pixel.
Name | Type | Description | |
---|---|---|---|
![]() |
inImage | Image | Input image |
![]() |
inRoi | Region* | Range of pixels to be processed |
![]() |
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
- AverageImages – Averages two images pixel by pixel.