IntensityThresholdParams
Description
This structure contains parameters for thresholding an image.Structure fields and default values (if defined) are described below:
| Name | Type | Default | Description |
|---|---|---|---|
| MinIntensity | FloatType | 128 | Minimal intensity of a pixel that is considered foreground |
| MaxIntensity | FloatType | Maximal intensity of a pixel that is considered foreground | |
| Hysteresis | FloatType | Defines how much the threshold criteria are lowered for pixels neighboring with other foreground pixels |
