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

DynamicThresholdParams Class

This structure contains parameters for dynamic thresholding of an image.

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

Constructors

 ConstructorDescription
DynamicThresholdParams(Int32, Nullable<Single>, Nullable<Single>, Single)
DynamicThresholdParams()

Properties

 NameTypeDescription
HysteresisSystem.SingleDefines how much the threshold criteria are lowered for pixels neighboring with other foreground pixels
MaxRelativeValueSystem.Nullable<System.Single>Maximal relative value of a pixel that is considered foreground
MinRelativeValueSystem.Nullable<System.Single>Minimal relative value of a pixel that is considered foreground
RadiusSystem.Int32Radius of dynamic threshold internal blur

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