You are here: Start » AVL.NET » Invoke.MaximumImage_OfArray
Computes the maximum of images of an array pixel by pixel.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void MaximumImage_OfArray ( List<Avl.Image> inImageArray, Optional<Avl.Region> inRoi, Avl.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImageArray | System.Collections.Generic.List<Avl.Image> | |||
![]()  | inRoi | Atl.Optional<Avl.Region> | Range of pixels to be processed. Default value: atl::NIL. | ||
![]()  | outImage | Avl.Image | Output image. | 


