Back to FabImage Studio website
You are here: Start » Filter Reference » Image » Image Combinators » NthImage_OfArray
Module: | FoundationLite |
---|
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 in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | ROI exceeds an input image in NthImage_OfArray. |
DomainError | Sizes of image array and ROI array differ in NthImage_OfArray. |
DomainError | The inN parameter cant be negative. |
DomainError | The inN parameter must be smaller than input image array size. |
Complexity Level
This filter is available on Advanced Complexity Level.