You are here: Start » FIL.NET » Function Reference » Image » Image Combinators » FIL.MedianImages_OfArray

FIL.MedianImages_OfArray

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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.

Errors

List of possible exceptions:

Error type Description
DomainError Empty array of images in MedianImages_OfArray.
DomainError Image dimensions are not equal in MedianImages_OfArray.
DomainError Image formats are not the same in MedianImages_OfArray.
DomainError Not supported image type in MedianImages_OfArray.
DomainError Region exceeds an input image in MedianImages_OfArray.

Function Overrides

See also