Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
7b99544f
Commit
7b99544f
authored
Jul 08, 2018
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clarified docs
parent
df214215
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
hough_transform_abstract.h
dlib/image_transforms/hough_transform_abstract.h
+2
-0
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