You are here: Start » FIL.NET » FIS.NthImage_OfArray Method

FIS.NthImage_OfArray Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

Function Overrides

See also