RangeThresholdParams
Description
This structure contains parameters for thresholding an image.Structure Fields
Type fields and default values (if defined) are described below:
| Name | Type | Default | Description |
|---|---|---|---|
| MinValue | Integer | 96 | Minimum pixel value in foreground. |
| MaxValue | Integer | 160 | Maximum pixel value in foreground. |
| Hysteresis | Integer | 0 | Defines how much the threshold criteria are lowered for pixels neighboring with other foreground pixels |
