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

ThresholdParams Class

Namespace:Avl
Assembly:AvlNet.Types.dll

Parameters for thresholding of an image.

Constructors

 ConstructorDescription
ThresholdParams()
ThresholdParams(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.ThresholdParams)
Dispose()Inherited from Avl.UnmanagedObject
Equals(object)Inherited from System.Object
Equals(Avl.ThresholdParams)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Avl.ThresholdParams)
ToString()Inherited from System.Object

Remarks

See also