You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _pages/plugins/ridge-detection.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ There are three parameters which **have to** be specified. These are the mandato
36
36
37
37
**Sigma:** Determines the sigma for the derivatives. It depends on the line width.
38
38
39
-
**Lower Threshold:** Line points with a response smaller as this threshold are rejected
39
+
**Lower Threshold:**The lower hysteresis threshold. Line points with a response less than this threshold are rejected.
40
40
41
-
**Upper Threshold:** Line points with a response larger as this threshold are accepted.
41
+
**Upper Threshold:**The uppter hysteresis threshold. Line points with a response greater than this threshold are accepted. Points with a response less than this threshold but above the lower threshold are accepted **if** connected to an accepted point.
42
42
43
43
**Darkline:** (true/false) This parameter determines whether dark or bright lines are extracted.
0 commit comments