You are here: Start » FIL.NET » Invoke.NthImage_OfArray
For each pixel location, get value of n-th (increasing) pixel among input images.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void NthImage_OfArray ( List<Fil.Image> inImages, Optional<List<Fil.Region>> inSourceRois, int inN, bool inReverse, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImages | System.Collections.Generic.List<Fil.Image> | |||
![]() | inSourceRois | Ftl.Optional<System.Collections.Generic.List<Fil.Region>> | |||
![]() | inN | int | |||
![]() | inReverse | bool | False | Reverse the ordering of pixel values to decreasing. Default value: False. | |
![]() | outImage | Fil.Image | Output image. |