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