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

Invoke.NthImage_OfArray

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also