Home
last modified time | relevance | path

Searched refs:Hysteresis (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/doc/py_tutorials/py_imgproc/py_canny/
Dpy_canny.markdown51 -# **Hysteresis Thresholding**
/external/opencv3/doc/tutorials/imgproc/imgtrans/canny_detector/
Dcanny_detector.markdown55 -# *Hysteresis*: The final step. Canny does use two thresholds (upper and lower):
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp437 const float Hysteresis = (2007 / 2048.0f); // 0.97998046875 variable
1857 if (EstWeight * Hysteresis >= MaxGap) { in tryLocalSplit()
1862 BestDiff = Hysteresis * Diff; in tryLocalSplit()