You are here: Start » AVL.NET » DynamicThresholdParams Class

DynamicThresholdParams Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

This structure contains parameters for dynamic thresholding of an image.

Constructors

 ConstructorDescription
DynamicThresholdParams(Polarity, BlobThresholdReferenceMethod, Nullable<Int32>, Int32, Int32)
DynamicThresholdParams()

Properties

 NameTypeDescription
HysteresisSystem.Int32A change to the Threshold value for pixels neighboring with ones that were already classified as a blob.
MethodAvlNet.BlobThresholdReferenceMethodMethod of estimating background pixel values.
PolarityAvlNet.PolaritySpecifies whether blobs are darker than the background, brighter, or both.
RadiusSystem.Nullable<System.Int32>Radius of dynamic threshold internal blur
ThresholdSystem.Int32Minimum pixel value difference between a blob and the estimated background.

Methods

 NameDescription
Equals(AvlNet.DynamicThresholdParams)
Equals(object)Inherited from System.Object
Equals(AvlNet.DynamicThresholdParams, AvlNet.DynamicThresholdParams)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also