LocalBlindness

Description

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

Structure fields and default values (if defined) are described below:

Name Type Default Description
Radius atl::Optional<float> Defines how far the blindness works
Threshold float 0.5f Defines the fraction of a strong edge magnitude that a weaker edge has to have to be detected
Fuzziness float 0.0f Makes effective threshold decrease linearly from 'Threshold' at distance 'Radius - Radius * Fuzziness' to zero at distance 'Radius + Radius * Fuzziness'