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,
	NullableRef<FilNet.Region> inRoi,
	FilNet.ThresholdSelectionMethod inMethod,
	out float outThresholdValue,
	IList<float> diagThresholdRatings,
	IList<float> diagBackgroundPixelsFraction,
	IList<float> diagForegroundPixelsFraction
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
inMethodFilNet.ThresholdSelectionMethodMethod used to select the best threshold.
outThresholdValuefloatBest threshold separating background pixels from foreground pixels.
diagThresholdRatingsSystem.Collections.Generic.IList<float>Contains ratings gained if that threshold would be chosen.
diagBackgroundPixelsFractionSystem.Collections.Generic.IList<float>Fraction of pixels that are darker than the index value.
diagForegroundPixelsFractionSystem.Collections.Generic.IList<float>Fraction of pixels that are brighter than the index value.

Function Overrides

See also