Metadata-Version: 2.0
Name: FaceExtractor
Version: 0.1.4
Summary: Extract faces from images with OpenCV
Home-page: https://github.com/ducthienbui97/FaceExtractor
Author: Thien Bui
Author-email: thienbui797@gmail.com
License: BSD-3-Clause
Platform: UNKNOWN
Requires-Dist: opencv-python

FaceExtractor
------------------

FaceExtractor provide easy to use api to extract faces from images with OpenCV as backend.

Install
===============
.. code::

   pip install FaceExtractor


Usage
===============
.. code:: python

   from face_extractor import Extractor
   Extractor.extract(imagePath)

Sample
===============
Sample codes can be found `here
<https://github.com/ducthienbui97/FaceExtractor/tree/master/sample>`_.

Lena

.. image:: lena_extraction.png

