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 IntType 10 Radius of dynamic threshold internal blur
Threshold IntType 10 Minimum pixel value difference between a blob and the estimated background.
Hysteresis IntType 0 A change to the Threshold value for pixels neighboring with ones that were already classified as a blob.