Back to Aurora Vision Studio website

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

NthImage_OfArray


Module: FoundationLite

For each pixel location, get value of n-th (increasing) pixel among input images.

Name Type Description
Input value inImages ImageArray
Input value inSourceRois RegionArray*
Input value inN Integer
Input value inReverse Bool Reverse the ordering of pixel values to decreasing.
Output value 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.