Back to FabImage Studio website
You are here: Start » Filter Reference » Image Combinators » NthImage_OfArray
For each pixel location, get value of n-th (increasing) pixel among input images.
Name | Type | Description | |
---|---|---|---|
![]() |
inImages | ImageArray | |
![]() |
inSourceRois | RegionArray* | |
![]() |
inN | Integer | |
![]() |
inReverse | Bool | Reverse the ordering of pixel values to decreasing. |
![]() |
outImage | Image | Output image |
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | The inN parameter must be smaller than input image array size. |
Complexity Level
This filter is available on Basic Complexity Level.