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

DynamicThresholdParams Class

Namespace:Avl
Assembly:AvlNet.Types.dll

This structure contains parameters for dynamic thresholding of an image.

Constructors

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

Properties

 NameTypeDescription
HysteresisSystem.Int32
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
MethodAvl.BlobThresholdReferenceMethod
PolarityAvl.Polarity
RadiusAtl.Optional<System.Int32>
ThresholdSystem.Int32

Methods

 NameDescription
CopyTo(Avl.DynamicThresholdParams)
Dispose()Inherited from Avl.UnmanagedObject
Equals(Avl.DynamicThresholdParams)
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Avl.DynamicThresholdParams)
ToString()Inherited from System.Object

Remarks

See also