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


