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

FIS.SelectThresholdValue Method

Selects best threshold value using the image histogram.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SelectThresholdValue
(
	FilNet.Image inImage,
	FilNet.ThresholdSelectionMethod inMethod,
	out float outThresholdValue
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inMethodFilNet.ThresholdSelectionMethodMethod used to select the best threshold.
outThresholdValuefloatBest threshold separating background pixels from foreground pixels.

Function Overrides

See also