You are here: Start » FIL.NET » LocalBlindness Structure
LocalBlindness Structure
Namespace: | FilNet |
---|---|
Assembly: | FIL.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
Constructor | Description | |
---|---|---|
![]() | LocalBlindness(Nullable<Single>, Single, Single) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() ![]() | Default | FilNet.LocalBlindness | |
![]() | Fuzziness | System.Single | Makes effective threshold decrease linearly from 'Threshold' at distance 'Radius - Radius * Fuzziness' to zero at distance 'Radius + Radius * Fuzziness' |
![]() | IsDefault | System.Boolean | |
![]() | Radius | System.Nullable<System.Single> | Defines how far the blindness works |
![]() | Threshold | System.Single | Defines the fraction of a strong edge magnitude that a weaker edge has to have to be detected |
Methods
Name | Description | |
---|---|---|
![]() | Equals(FilNet.LocalBlindness) | |
![]() | Equals(object) | Inherited from System.Object |
![]() ![]() | Equals(FilNet.LocalBlindness, FilNet.LocalBlindness) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |