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
6472306f
Commit
6472306f
authored
May 21, 2018
by
Davis King
Browse files
Fixed docs
parent
67bbd255
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dlib/image_transforms/edge_detector_abstract.h
dlib/image_transforms/edge_detector_abstract.h
+1
-1
dlib/image_transforms/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