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

FIS.ThresholdImage_HSx Method

Transforms each pixel value to minimum or maximum depending on whether it belongs to specified region in the HSV, HSL or HSI color space.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ThresholdImage_HSx
(
	FilNet.Image inRgbImage,
	FilNet.HSxColorModel inColorModel,
	int inBeginHue,
	int inEndHue,
	float inFuzziness,
	FilNet.Image outMonoImage,
	FilNet.Image diagHSxImage
)

Parameters

Name Type Range Default Description
inRgbImageFilNet.ImageInput image in the RGB color space.
inColorModelFilNet.HSxColorModelSelected color model.
inBeginHueint<0, 255>0Lowest acceptable Hue; if higher than inEndHue, then range wrapping is used. Default value: 0.
inEndHueint<0, 255>255Highest acceptable Hue, if lower than inBeginHue, then range wrapping is used. Default value: 255.
inFuzzinessfloat<0.0f, INF>Tolerance for value ranges that results in intermediate output values.
outMonoImageFilNet.Image
diagHSxImageFilNet.ImageImage in HSx color space.

Function Overrides

See also