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
53c5dd35
Commit
53c5dd35
authored
Dec 14, 2014
by
Davis King
Browse files
minor cleanup
parent
eeb3c062
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
dlib/image_processing/shape_predictor.h
dlib/image_processing/shape_predictor.h
+0
-11
No files found.
dlib/image_processing/shape_predictor.h
View file @
53c5dd35
...
...
@@ -315,10 +315,6 @@ namespace dlib
unsigned
long
num_parts
(
)
const
/*!
ensures
- returns the number of points in the shape
!*/
{
return
initial_shape
.
size
()
/
2
;
}
...
...
@@ -328,13 +324,6 @@ namespace dlib
const
image_type
&
img
,
const
rectangle
&
rect
)
const
/*!
ensures
- runs the tree regressor on the detection rect inside img and returns a
full_object_detection DET such that:
- DET.get_rect() == rect
- DET.num_parts() == num_parts()
!*/
{
using
namespace
impl
;
matrix
<
float
,
0
,
1
>
current_shape
=
initial_shape
;
...
...
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