You are here: Start » AVL.NET » Invoke.AverageImages_OfArray
Averages images from an array pixel by pixel.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void AverageImages_OfArray ( List<Avl.Image> inImages, Optional<Avl.Region> inRoi, Avl.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImages | 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. |