You are here: Start » FIL.NET » Invoke.ThresholdImage_Color
Transforms each pixel value to maximum or minimum depending on the distance from a given color.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ThresholdImage_Color ( Fil.Image inImage, Optional<Fil.Region> inRoi, Fil.Pixel inRgbColor, float inChromaAmount, float inMaxDifference, float inFuzziness, Fil.Image outMonoImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Region of interest. Default value: ftl::NIL. | ||
![]() | inRgbColor | Fil.Pixel | Color to compare the image to. | ||
![]() | inChromaAmount | float | <0.0f, 1.0f> | 0.7f | Proportion of chromatic information in distance computation. Default value: 0.7f. |
![]() | inMaxDifference | float | <0.0f, INF> | 5.0f | Maximum difference between image pixel and model color. Default value: 5.0f. |
![]() | inFuzziness | float | <0.0f, INF> | 0.0f | A tolerance for computed difference that results in intermediate output values. Default value: 0.0f. |
![]() | outMonoImage | Fil.Image |