You are here: Start » FIL.NET » ColorThresholdParams Class
ColorThresholdParams Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
This structure contains parameters for color-based thresholding of an image.
Constructors
Constructor | Description | |
---|---|---|
![]() | ColorThresholdParams(Pixel) | |
![]() | ColorThresholdParams(Pixel, Single, Single, Single) | |
![]() | ColorThresholdParams() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | ChromaAmount | System.Single | Proportion of chromatic information in distance computation |
![]() | Hysteresis | System.Single | Defines how much the threshold criterion is lowered for pixels neighboring with other foreground pixels |
![]() | MaxDifference | System.Single | Maximum difference between image pixel and model color |
![]() | RgbColor | FilNet.Pixel | Color to compare the image to |
Methods
Name | Description | |
---|---|---|
![]() | Equals(FilNet.ColorThresholdParams) | |
![]() | Equals(object) | Inherited from System.Object |
![]() ![]() | Equals(FilNet.ColorThresholdParams, FilNet.ColorThresholdParams) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |