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 |
---|---|---|---|
Polarity | Polarity | Dark | Specifies whether blobs are darker than the background, brighter, or both. |
Method | BlobThresholdReferenceMethod | Middle | Method of estimating background pixel values. |
Radius | Integer* | 10 | Radius of dynamic threshold internal blur |
Threshold | Integer | 10 | Minimum pixel value difference between a blob and the estimated background. |
Hysteresis | Integer | 0 | A change to the Threshold value for pixels neighboring with ones that were already classified as a blob. |