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
6472306f
Commit
6472306f
authored
May 22, 2018
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed docs
parent
67bbd255
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
edge_detector_abstract.h
dlib/image_transforms/edge_detector_abstract.h
+1
-1
hough_transform_abstract.h
dlib/image_transforms/hough_transform_abstract.h
+1
-1
No files found.
dlib/image_transforms/edge_detector_abstract.h
View file @
6472306f
...
@@ -127,7 +127,7 @@ namespace dlib
...
@@ -127,7 +127,7 @@ namespace dlib
- This function assumes img1 and img2 are the two gradient images produced by a
- This function assumes img1 and img2 are the two gradient images produced by a
function like sobel_edge_detector(). It then unit normalizes the gradient
function like sobel_edge_detector(). It then unit normalizes the gradient
vectors. That is, for all valid r and c, this function ensures that:
vectors. That is, for all valid r and c, this function ensures that:
-
#img1[r][c]*img1[r][c] + #
img2[r][c]*img2[r][c] == 1
-
img1[r][c]*img1[r][c] +
img2[r][c]*img2[r][c] == 1
unless both img1[r][c] and img2[r][c] were 0 initially, then they stay zero.
unless both img1[r][c] and img2[r][c] were 0 initially, then they stay zero.
!*/
!*/
...
...
dlib/image_transforms/hough_transform_abstract.h
View file @
6472306f
...
@@ -299,7 +299,7 @@ namespace dlib
...
@@ -299,7 +299,7 @@ namespace dlib
within angle_nms_thresh degrees of a stronger line or within
within angle_nms_thresh degrees of a stronger line or within
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
is
returned as a list of coordinates in himg.
- The identified lines
are
returned as a list of coordinates in himg.
!*/
!*/
template
<
template
<
...
...
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