Searched refs:Hysteresis (Results 1 – 3 of 3) sorted by relevance
51 -# **Hysteresis Thresholding**
55 -# *Hysteresis*: The final step. Canny does use two thresholds (upper and lower):
437 const float Hysteresis = (2007 / 2048.0f); // 0.97998046875 variable1857 if (EstWeight * Hysteresis >= MaxGap) { in tryLocalSplit()1862 BestDiff = Hysteresis * Diff; in tryLocalSplit()