clarified docs

This commit is contained in:
Davis King 2018-07-08 18:08:42 -04:00
parent df21421525
commit 7b99544f39
2 changed files with 7 additions and 1 deletions

View File

@ -304,6 +304,8 @@ namespace dlib
radius_nms_thresh distance (in terms of radius as defined by
get_line_properties()) to a stronger Hough point.
- The identified lines are returned as a list of coordinates in himg.
- The returned points are sorted so that points with larger Hough transform
values come first.
!*/
template <

View File

@ -442,7 +442,9 @@ ensures \n\
within angle_nms_thresh degrees of a stronger line or within \n\
radius_nms_thresh distance (in terms of radius as defined by \n\
get_line_properties()) to a stronger Hough point. \n\
- The identified lines are returned as a list of coordinates in himg." );
- The identified lines are returned as a list of coordinates in himg. \n\
- The returned points are sorted so that points with larger Hough transform \n\
values come first."
/*!
requires
- himg has size() rows and columns.
@ -459,6 +461,8 @@ ensures \n\
radius_nms_thresh distance (in terms of radius as defined by
get_line_properties()) to a stronger Hough point.
- The identified lines are returned as a list of coordinates in himg.
- The returned points are sorted so that points with larger Hough transform
values come first.
!*/