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
f4e50eaa
Commit
f4e50eaa
authored
Sep 07, 2014
by
Davis King
Browse files
Increased default face chip size from get_face_chip_details()
parent
5bad0c2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
dlib/image_transforms/interpolation.h
dlib/image_transforms/interpolation.h
+2
-2
dlib/image_transforms/interpolation_abstract.h
dlib/image_transforms/interpolation_abstract.h
+2
-2
No files found.
dlib/image_transforms/interpolation.h
View file @
f4e50eaa
...
@@ -1617,7 +1617,7 @@ namespace dlib
...
@@ -1617,7 +1617,7 @@ namespace dlib
inline
chip_details
get_face_chip_details
(
inline
chip_details
get_face_chip_details
(
const
full_object_detection
&
det
,
const
full_object_detection
&
det
,
const
unsigned
long
size
=
1
00
,
const
unsigned
long
size
=
2
00
,
const
double
padding
=
0.2
const
double
padding
=
0.2
)
)
{
{
...
@@ -1679,7 +1679,7 @@ namespace dlib
...
@@ -1679,7 +1679,7 @@ namespace dlib
inline
std
::
vector
<
chip_details
>
get_face_chip_details
(
inline
std
::
vector
<
chip_details
>
get_face_chip_details
(
const
std
::
vector
<
full_object_detection
>&
dets
,
const
std
::
vector
<
full_object_detection
>&
dets
,
const
unsigned
long
size
=
1
00
,
const
unsigned
long
size
=
2
00
,
const
double
padding
=
0.2
const
double
padding
=
0.2
)
)
{
{
...
...
dlib/image_transforms/interpolation_abstract.h
View file @
f4e50eaa
...
@@ -1099,7 +1099,7 @@ namespace dlib
...
@@ -1099,7 +1099,7 @@ namespace dlib
chip_details
get_face_chip_details
(
chip_details
get_face_chip_details
(
const
full_object_detection
&
det
,
const
full_object_detection
&
det
,
const
unsigned
long
size
=
1
00
,
const
unsigned
long
size
=
2
00
,
const
double
padding
=
0.2
const
double
padding
=
0.2
);
);
/*!
/*!
...
@@ -1124,7 +1124,7 @@ namespace dlib
...
@@ -1124,7 +1124,7 @@ namespace dlib
std
::
vector
<
chip_details
>
get_face_chip_details
(
std
::
vector
<
chip_details
>
get_face_chip_details
(
const
std
::
vector
<
full_object_detection
>&
dets
,
const
std
::
vector
<
full_object_detection
>&
dets
,
const
unsigned
long
size
=
1
00
,
const
unsigned
long
size
=
2
00
,
const
double
padding
=
0.2
const
double
padding
=
0.2
);
);
/*!
/*!
...
...
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