You are here: Start » FIL.NET » FIS.MedianImages_OfArray Method

FIS.MedianImages_OfArray Method

Compute median value for each pixel of images from an array.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void MedianImages_OfArray
(
	IList<FilNet.Image> inImages,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImagesSystem.Collections.Generic.IList<FilNet.Image>
outImageFilNet.ImageOutput image.

Function Overrides

See also