You are here: Start » AVL.NET » ColorThresholdParams Class
ColorThresholdParams Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.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 | AvlNet.Pixel | Color to compare the image to |
Methods
| Name | Description | |
|---|---|---|
| Equals(AvlNet.ColorThresholdParams) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.ColorThresholdParams, AvlNet.ColorThresholdParams) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
