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 | |
---|---|---|---|---|---|
![]() | inImages | System.Collections.Generic.IList<FilNet.Image> | |||
![]() | inSourceRois | FilNet.NullableRef<System.Collections.Generic.IList<FilNet.Region>> | |||
![]() | inN | int | |||
![]() | inReverse | bool | False | Reverse the ordering of pixel values to decreasing. Default value: False. | |
![]() | outImage | FilNet.Image | Output image. |