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

FIS.MinimumImage_OfArray Method

Computes the minimum of images of an array pixel by pixel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void MinimumImage_OfArray
(
	IList<FilNet.Image> inImageArray,
	NullableRef<FilNet.Region> inRoi,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageArraySystem.Collections.Generic.IList<FilNet.Image>
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
outImageFilNet.ImageOutput image.

Function Overrides

See also