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
975b6e88
You need to sign in or sign up before continuing.
Commit
975b6e88
authored
Jul 09, 2018
by
Davis King
Browse files
Fixed compile error I just introduced.
parent
7b99544f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tools/python/src/image4.cpp
tools/python/src/image4.cpp
+1
-0
No files found.
tools/python/src/image4.cpp
View file @
975b6e88
...
@@ -464,6 +464,7 @@ ensures \n\
...
@@ -464,6 +464,7 @@ ensures \n\
- The returned points are sorted so that points with larger Hough transform
- The returned points are sorted so that points with larger Hough transform
values come first.
values come first.
!*/
!*/
);
m
.
def
(
"get_rect"
,
[](
const
hough_transform
&
ht
){
return
get_rect
(
ht
);
},
m
.
def
(
"get_rect"
,
[](
const
hough_transform
&
ht
){
return
get_rect
(
ht
);
},
...
...
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