Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
7b99544f
Commit
7b99544f
authored
Jul 08, 2018
by
Davis King
Browse files
clarified docs
parent
df214215
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
dlib/image_transforms/hough_transform_abstract.h
dlib/image_transforms/hough_transform_abstract.h
+2
-0
tools/python/src/image4.cpp
tools/python/src/image4.cpp
+5
-1
No files found.
dlib/image_transforms/hough_transform_abstract.h
View file @
7b99544f
...
...
@@ -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
<
...
...
tools/python/src/image4.cpp
View file @
7b99544f
...
...
@@ -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.
!*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment