You are here: Start » AVL.NET » Invoke.AddImages_OfArray
Adds images of an array pixel by pixel.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void AddImages_OfArray ( List<Avl.Image> inImageArray, Optional<Avl.Region> inRoi, float inScale, 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. | ||
![]() | inScale | float | 1.0f | Default value: 1.0f. | |
![]() | outImage | Avl.Image | Output image. |