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

AVL.NthImage_OfArray

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void NthImage_OfArray
(
	AvlNet.Image[] inImages,
	AvlNet.Region[] inSourceRois,
	int inN,
	bool inReverse,
	out AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImagesAvlNet.Image[]
inSourceRoisAvlNet.Region[]
inNint
inReverseboolFalseReverse the ordering of pixel values to decreasing. Default value: False.
outImageAvlNet.ImageOutput image.

Errors

Error type Description
DomainError The inN parameter must be smaller than input image array size.

See also