You are here: Start » FIL.NET » Invoke.MedianImages_OfArray

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
inImagesSystem.Collections.Generic.List<Fil.Image>
inRoiFtl.Optional<Fil.Region>Range of pixels to be processed. Default value: ftl::NIL.
outImageFil.ImageOutput image.

See also