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 | IntType | 96 | Minimum pixel value in foreground. |
MaxValue | IntType | 160 | Maximum pixel value in foreground. |
Hysteresis | IntType | 0 | Defines how much the threshold criteria are lowered for pixels neighboring with other foreground pixels |