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

AVS.NthImage_OfArray Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void NthImage_OfArray
(
	IList<AvlNet.Image> inImages,
	NullableRef<IList<AvlNet.Region>> inSourceRois,
	int inN,
	bool inReverse,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImagesSystem.Collections.Generic.IList<AvlNet.Image>
inSourceRoisAvlNet.NullableRef<System.Collections.Generic.IList<AvlNet.Region>>
inNint
inReverseboolFalseReverse the ordering of pixel values to decreasing. Default value: False.
outImageAvlNet.ImageOutput image.

Function Overrides

See also