DynamicThresholdParams
Description
This structure contains parameters for dynamic thresholding of an image.
Structure Fields
Type fields and default values (if defined) are described below:
| Name | Type | Default | Description |
|---|---|---|---|
| Radius | int | 5 | Radius of dynamic threshold internal blur |
| MinRelativeValue | real | 5 | Minimal relative value of a pixel that is considered foreground |
| MaxRelativeValue | real | Maximal relative value of a pixel that is considered foreground | |
| Hysteresis | real | Defines how much the threshold criteria are lowered for pixels neighboring with other foreground pixels |
