Skip to content

Commit 95daa17

Browse files
authored
Update ridge-detection.md
Clarify thresholds
1 parent f22c748 commit 95daa17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_pages/plugins/ridge-detection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ There are three parameters which **have to** be specified. These are the mandato
3636

3737
**Sigma:** Determines the sigma for the derivatives. It depends on the line width.
3838

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.
4040

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.
4242

4343
**Darkline:** (true/false) This parameter determines whether dark or bright lines are extracted.
4444

0 commit comments

Comments
 (0)