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

LocalBlindness Class

Namespace:Avl
Assembly:AvlNet.Types.dll

This structure contains parameters of 1D scanning process that can prevent weaker edges in the vicinity of some strong edges from being detected.

Constructors

 ConstructorDescription
LocalBlindness()
LocalBlindness(Optional<Single>, Single, Single)

Properties

 NameTypeDescription
FuzzinessSystem.Single
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
RadiusAtl.Optional<System.Single>
ThresholdSystem.Single

Methods

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

Remarks

See also