Metadata-Version: 1.1
Name: bob.ip.facedetect
Version: 2.0.0
Summary: Face detection using boosted LBP features
Home-page: http://github.com/idiap/bob.ip.facedetect
Author: Manuel Guenther
Author-email: manuel.guenther@idiap.ch
License: GPLv3
Description: .. vim: set fileencoding=utf-8 :
        .. Manuel Guenther <manuel.guenther@idiap.ch>
        .. Fri Oct 31 14:18:57 CET 2014
        
        .. image:: http://img.shields.io/badge/docs-stable-yellow.png
           :target: http://pythonhosted.org/bob.ip.facedetect/index.html
        .. image:: http://img.shields.io/badge/docs-latest-orange.png
           :target: https://www.idiap.ch/software/bob/docs/latest/bioidiap/bob.ip.facedetect/master/index.html
        .. image:: https://travis-ci.org/bioidiap/bob.ip.facedetect.svg?branch=v2.0.0
           :target: https://travis-ci.org/bioidiap/bob.ip.facedetect?branch=v2.0.0
        .. image:: https://coveralls.io/repos/bioidiap/bob.ip.facedetect/badge.png?branch=v2.0.0
           :target: https://coveralls.io/r/bioidiap/bob.ip.facedetect?branch=v2.0.0
        .. image:: https://img.shields.io/badge/github-master-0000c0.png
           :target: https://github.com/bioidiap/bob.ip.facedetect/tree/master
        .. image:: http://img.shields.io/pypi/v/bob.ip.facedetect.png
           :target: https://pypi.python.org/pypi/bob.ip.facedetect
        .. image:: http://img.shields.io/pypi/dm/bob.ip.facedetect.png
           :target: https://pypi.python.org/pypi/bob.ip.facedetect
        
        ========================================================
         Face Detection using a Cascade of Boosted LBP Features
        ========================================================
        
        This package contains a face detector utility that provides source code for detecting faces using a cascade of boosted LBP features.
        It is a re-implementation of the *Visioner* that was part of Bob version 1.
        A pre-trained cascade is included into this package, but also source code to re-train the cascade based on your training images is provided.
        
        Installation
        ------------
        To install this package -- alone or together with other `Packages of Bob <https://github.com/idiap/bob/wiki/Packages>`_ -- please read the `Installation Instructions <https://github.com/idiap/bob/wiki/Installation>`_.
        For Bob_ to be able to work properly, some dependent packages are required to be installed.
        Please make sure that you have read the `Dependencies <https://github.com/idiap/bob/wiki/Dependencies>`_ for your operating system.
        
        Documentation
        -------------
        For further documentation on this package, please read the `Stable Version <http://pythonhosted.org/bob.ip.facedetect/index.html>`_ or the `Latest Version <https://www.idiap.ch/software/bob/docs/latest/bioidiap/bob.ip.facedetect/master/index.html>`_ of the documentation.
        For a list of tutorials on this or the other packages ob Bob_, or information on submitting issues, asking questions and starting discussions, please visit its website.
        
        .. _bob: https://www.idiap.ch/software/bob
        
Keywords: bob,facereclib,face detection
Platform: UNKNOWN
Classifier: Framework :: Bob
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Environment :: Plugins
