NthImage_OfArray


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

Syntax

C++
Python
 
def NthImage_OfArray(
	inImages: list[Image],
	inN: int,
	inReverse: bool,
	outImage: Image,
	/,
	*,
	inSourceRois: list[Region] | None = None
)
-> None

Parameters

Name Type Default Description
Input value inImages list[Image]
Input value inSourceRois list[Region] | None None
Input value inN int
Input value inReverse bool Reverse the ordering of pixel values to decreasing.
Output value outImage Image Output image