Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 19 days 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
`_.