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

FIS.MinChannels Method

Creates a monochromatic image by taking the minimum value of all the input image channels.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void MinChannels
(
	FilNet.Image inImage,
	NullableRef<FilNet.Region> inRoi,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
outImageFilNet.Imageoutput mono image.

Function Overrides

See also