You are here: Start » AVL.NET » Invoke.MedianImages_OfArray
Compute median value for each pixel of images from an array.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void MedianImages_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. |