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
6aec6888
Commit
6aec6888
authored
Dec 09, 2013
by
Davis King
Browse files
Added get_frontal_face_detector()
parent
0cd79691
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2397 additions
and
0 deletions
+2397
-0
dlib/image_processing/frontal_face_detector.h
dlib/image_processing/frontal_face_detector.h
+2372
-0
dlib/image_processing/frontal_face_detector_abstract.h
dlib/image_processing/frontal_face_detector_abstract.h
+25
-0
No files found.
dlib/image_processing/frontal_face_detector.h
0 → 100644
View file @
6aec6888
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dlib/image_processing/frontal_face_detector_abstract.h
0 → 100644
View file @
6aec6888
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_FRONTAL_FACE_DETECTOr_ABSTRACT_H__
#ifdef DLIB_FRONTAL_FACE_DETECTOr_ABSTRACT_H__
#include "object_detector_abstract.h"
#include "scan_fhog_pyramid_abstract.h"
#include "../image_transforms/image_pyramid_abstract.h"
namespace
dlib
{
typedef
object_detector
<
scan_fhog_pyramid
<
pyramid_down
<
6
>
>
>
frontal_face_detector
;
frontal_face_detector
get_frontal_face_detector
(
);
/*!
ensures
- returns an object_detector that is configured to find human faces that are
looking more or less towards the camera.
!*/
}
#endif // DLIB_FRONTAL_FACE_DETECTOr_ABSTRACT_H__
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