Back to FabImage Studio website
You are here: Start » Filter Reference » Image Combinators » AverageImages_OfArray
Averages images from an array pixel by pixel.
Name | Type | Description | |
---|---|---|---|
![]() |
inImages | ImageArray | |
![]() |
inRoi | Region* | Range of pixels to be processed |
![]() |
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 here: Error Handling
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. |
Complexity Level
This filter is available on Basic Complexity Level.