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

LocalBlindness Structure

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

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

Constructors

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

Properties

 NameTypeDescription
FuzzinessSystem.SingleMakes effective threshold decrease linearly from 'Threshold' at distance 'Radius - Radius * Fuzziness' to zero at distance 'Radius + Radius * Fuzziness'
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(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also