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
bdbf7bb8
Commit
bdbf7bb8
authored
Jan 25, 2017
by
Davis King
Browse files
Fixed documentation
parent
8f4f93b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/python/src/shape_predictor.cpp
tools/python/src/shape_predictor.cpp
+1
-1
No files found.
tools/python/src/shape_predictor.cpp
View file @
bdbf7bb8
...
...
@@ -165,7 +165,7 @@ void bind_shape_predictors()
"requires
\n
\
- rect: dlib rectangle
\n
\
- parts: list of dlib points"
)
.
add_property
(
"rect"
,
&
full_obj_det_get_rect
,
"
The b
ounding box
o
f the
parts
."
)
.
add_property
(
"rect"
,
&
full_obj_det_get_rect
,
"
B
ounding box f
rom
the
underlying detector. Parts can be outside box if appropriate
."
)
.
add_property
(
"num_parts"
,
&
full_obj_det_num_parts
,
"The number of parts of the object."
)
.
def
(
"part"
,
&
full_obj_det_part
,
(
arg
(
"idx"
)),
"A single part of the object as a dlib point."
)
.
def
(
"parts"
,
&
full_obj_det_parts
,
"A vector of dlib points representing all of the parts."
)
...
...
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