IntensityThresholdParams
Description
This structure contains parameters for thresholding an image.Structure fields and default values (if defined) are described below:
| Name | Type | Default | Description |
|---|---|---|---|
| Polarity | Polarity | Dark | Specifies whether blobs are darker than the background, brighter. |
| Threshold | IntType | 128 | Minimum pixel value difference between a blob and the estimated background. |
| Hysteresis | IntType | 0 | Defines how much the threshold criteria are lowered for pixels neighboring with other foreground pixels |
