You are here: Start » FIL.NET » Invoke.MedianImages_OfArray
Compute median value for each pixel of images from an array.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void MedianImages_OfArray ( List<Fil.Image> inImages, Optional<Fil.Region> inRoi, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImages | System.Collections.Generic.List<Fil.Image> | |||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | outImage | Fil.Image | Output image. |