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
9a9eb5e5
Commit
9a9eb5e5
authored
Jun 22, 2018
by
Davis King
Browse files
Clarified docs
parent
49e6002d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
tools/python/src/image2.cpp
tools/python/src/image2.cpp
+6
-6
No files found.
tools/python/src/image2.cpp
View file @
9a9eb5e5
...
@@ -391,9 +391,9 @@ ensures \n\
...
@@ -391,9 +391,9 @@ ensures \n\
that if angle_window_size or radius_window_size are made so large
\n
\
that if angle_window_size or radius_window_size are made so large
\n
\
that HP[i] overlaps HP[j] for i!=j then the overlapping regions
\n
\
that HP[i] overlaps HP[j] for i!=j then the overlapping regions
\n
\
of Hough space are assigned to HP[i] or HP[j] arbitrarily.
\n
\
of Hough space are assigned to HP[i] or HP[j] arbitrarily.
\n
\
Th
erefore, all points in CONSTITUENT_POINTS are unique, that is,
\n
\
Th
at is, we treat HP[i] and HP[j] as disjoint even if their boxes
\n
\
there is no overlap in points between any two elements of
\n
\
overlap. In this case, the overlapping region is assigned to
\n
\
CONSTITUENT_POINTS
."
)
either HP[i] or HP[j] in an arbitrary manner
."
)
/*!
/*!
requires
requires
- box.width() == size
- box.width() == size
...
@@ -431,9 +431,9 @@ ensures \n\
...
@@ -431,9 +431,9 @@ ensures \n\
that if angle_window_size or radius_window_size are made so large
that if angle_window_size or radius_window_size are made so large
that HP[i] overlaps HP[j] for i!=j then the overlapping regions
that HP[i] overlaps HP[j] for i!=j then the overlapping regions
of Hough space are assigned to HP[i] or HP[j] arbitrarily.
of Hough space are assigned to HP[i] or HP[j] arbitrarily.
Th
erefore, all points in CONSTITUENT_POINTS are unique, that is,
Th
at is, we treat HP[i] and HP[j] as disjoint even if their boxes
there is no overlap in points between any two elements of
overlap. In this case, the overlapping region is assigned to
CONSTITUENT_POINTS
.
either HP[i] or HP[j] in an arbitrary manner
.
!*/
!*/
.
def
(
"find_pixels_voting_for_lines"
,
&
ht_find_pixels_voting_for_lines2
<
uint8_t
>
,
py
::
arg
(
"img"
),
py
::
arg
(
"hough_points"
),
py
::
arg
(
"angle_window_size"
)
=
1
,
py
::
arg
(
"radius_window_size"
)
=
1
)
.
def
(
"find_pixels_voting_for_lines"
,
&
ht_find_pixels_voting_for_lines2
<
uint8_t
>
,
py
::
arg
(
"img"
),
py
::
arg
(
"hough_points"
),
py
::
arg
(
"angle_window_size"
)
=
1
,
py
::
arg
(
"radius_window_size"
)
=
1
)
.
def
(
"find_pixels_voting_for_lines"
,
&
ht_find_pixels_voting_for_lines2
<
uint16_t
>
,
py
::
arg
(
"img"
),
py
::
arg
(
"hough_points"
),
py
::
arg
(
"angle_window_size"
)
=
1
,
py
::
arg
(
"radius_window_size"
)
=
1
)
.
def
(
"find_pixels_voting_for_lines"
,
&
ht_find_pixels_voting_for_lines2
<
uint16_t
>
,
py
::
arg
(
"img"
),
py
::
arg
(
"hough_points"
),
py
::
arg
(
"angle_window_size"
)
=
1
,
py
::
arg
(
"radius_window_size"
)
=
1
)
...
...
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