DynamicThresholdParams

Description

This structure contains parameters for dynamic thresholding of 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, or both.
Method BlobThresholdReferenceMethod Middle Method of estimating background pixel values.
Radius atl::Optional<int> 10 Radius of dynamic threshold internal blur
Threshold int 10 Minimum pixel value difference between a blob and the estimated background.
Hysteresis int 0 A change to the Threshold value for pixels neighboring with ones that were already classified as a blob.