Metadata-Version: 1.0
Name: FaceExtractor
Version: 0.1.5
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
Description: 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
Platform: UNKNOWN
