You are here: Start » FIL.NET » Invoke.ClipPixels
Sets pixels below the low value to the low value and above the high value to the high value.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ClipPixels ( Fil.Image inImage, Optional<Fil.Region> inRoi, Optional<float> inLowValue, Optional<float> inHighValue, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inLowValue | Ftl.Optional<float> | 64.0f | The lower threshold for the image pixel values. Default value: 64.0f. | |
![]() | inHighValue | Ftl.Optional<float> | 192.0f | The higher threshold for the image pixel values. Default value: 192.0f. | |
![]() | outImage | Fil.Image | Output image. |