An open API service indexing awesome lists of open source software.

https://github.com/ducthienbui97/objectextractor

Extract faces/objects from images using opencv
https://github.com/ducthienbui97/objectextractor

face-detection face-recognition opencv python python-library python3

Last synced: about 1 month ago
JSON representation

Extract faces/objects from images using opencv

Awesome Lists containing this project

README

        

ObjectExtractor
------------------

.. image:: lena_extraction.png

ObjectExtractor provide easy to use api to extract faces/objects from images using OpenCV.

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

pip install ObjectExtractor

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

from object_extractor import Extractor
Extractor.extract(imagePath)

Sample
===============
Sample codes can be found `here
`_.