Commit 7b99544f authored by Davis King's avatar Davis King

clarified docs

parent df214215
...@@ -304,6 +304,8 @@ namespace dlib ...@@ -304,6 +304,8 @@ namespace dlib
radius_nms_thresh distance (in terms of radius as defined by radius_nms_thresh distance (in terms of radius as defined by
get_line_properties()) to a stronger Hough point. get_line_properties()) to a stronger Hough point.
- The identified lines are returned as a list of coordinates in himg. - 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 < template <
......
...@@ -442,7 +442,9 @@ ensures \n\ ...@@ -442,7 +442,9 @@ ensures \n\
within angle_nms_thresh degrees of a stronger line or within \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\ radius_nms_thresh distance (in terms of radius as defined by \n\
get_line_properties()) to a stronger Hough point. \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 requires
- himg has size() rows and columns. - himg has size() rows and columns.
...@@ -459,6 +461,8 @@ ensures \n\ ...@@ -459,6 +461,8 @@ ensures \n\
radius_nms_thresh distance (in terms of radius as defined by radius_nms_thresh distance (in terms of radius as defined by
get_line_properties()) to a stronger Hough point. get_line_properties()) to a stronger Hough point.
- The identified lines are returned as a list of coordinates in himg. - 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.
!*/ !*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment