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

FIS.ClipPixels Method

Sets pixels below the low value to the low value and above the high value to the high value.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ClipPixels
(
	FilNet.Image inImage,
	NullableRef<FilNet.Region> inRoi,
	float? inLowValue,
	float? inHighValue,
	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.
inLowValuefloat?64.0fThe lower threshold for the image pixel values. Default value: 64.0f.
inHighValuefloat?192.0fThe higher threshold for the image pixel values. Default value: 192.0f.
outImageFilNet.ImageOutput image.

Function Overrides

See also