You are here: Start » FIL.NET » Invoke.NthImage_OfArray

Invoke.NthImage_OfArray

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void NthImage_OfArray
(
	List<Fil.Image> inImages,
	Optional<List<Fil.Region>> inSourceRois,
	int inN,
	bool inReverse,
	Fil.Image outImage
)

Parameters

Name Type Range Default Description
inImagesSystem.Collections.Generic.List<Fil.Image>
inSourceRoisFtl.Optional<System.Collections.Generic.List<Fil.Region>>
inNint
inReverseboolFalseReverse the ordering of pixel values to decreasing. Default value: False.
outImageFil.ImageOutput image.

See also