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
9a9eb5e5
Commit
9a9eb5e5
authored
Jun 23, 2018
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarified docs
parent
49e6002d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
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