Sha256: 8b55812ffdb972de2cc296bff5caf06e1b338b80f8a4d821b4e88d837283c35f

Contents?: true

Size: 757 Bytes

Versions: 13

Compression:

Stored size: 757 Bytes

Contents

// 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_Hh_
#ifdef DLIB_FRONTAL_FACE_DETECTOr_ABSTRACT_Hh_

#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_Hh_

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
dlib-1.2.2 ext/dlib-19.4/dlib/image_processing/frontal_face_detector_abstract.h
dlib-1.2.1 ext/dlib-19.4/dlib/image_processing/frontal_face_detector_abstract.h
dlib-1.2.0 ext/dlib-19.4/dlib/image_processing/frontal_face_detector_abstract.h
dlib-1.1.5 ext/dlib-19.4/dlib/image_processing/frontal_face_detector_abstract.h
dlib-1.1.4 ext/dlib-19.4/dlib/image_processing/frontal_face_detector_abstract.h
dlib-1.1.3 ext/dlib-19.4/dlib/image_processing/frontal_face_detector_abstract.h
dlib-1.1.2 ext/dlib-19.4/dlib/image_processing/frontal_face_detector_abstract.h
dlib-1.1.1 ext/dlib-19.4/dlib/image_processing/frontal_face_detector_abstract.h
dlib-1.1.0 ext/dlib-19.4/dlib/image_processing/frontal_face_detector_abstract.h
dlib-1.0.3 ext/dlib-18.13/dlib/image_processing/frontal_face_detector_abstract.h
dlib-1.0.2 ext/dlib-18.13/dlib/image_processing/frontal_face_detector_abstract.h
dlib-1.0.1 ext/dlib-18.13/dlib/image_processing/frontal_face_detector_abstract.h
dlib-1.0.0 ext/dlib-18.13/dlib/image_processing/frontal_face_detector_abstract.h