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

LocalBlindness Structure

Namespace:AvlNet
Assembly:AVL.NET.TS.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(Nullable<Single>, Single, Single)

Properties

 NameTypeDescription
DefaultAvlNet.LocalBlindness
FuzzinessSystem.SingleMakes effective threshold decrease linearly from 'Threshold' at distance 'Radius - Radius * Fuzziness' to zero at distance 'Radius + Radius * Fuzziness'
IsDefaultSystem.Boolean
RadiusSystem.Nullable<System.Single>Defines how far the blindness works
ThresholdSystem.SingleDefines the fraction of a strong edge magnitude that a weaker edge has to have to be detected

Methods

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

Remarks

See also