Ecosyste.ms: Awesome
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: 19 days ago
JSON representation
Extract faces/objects from images using opencv
- Host: GitHub
- URL: https://github.com/ducthienbui97/objectextractor
- Owner: ducthienbui97
- License: bsd-3-clause
- Created: 2017-07-07T16:48:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T08:50:01.000Z (about 7 years ago)
- Last Synced: 2024-10-14T14:07:38.733Z (about 1 month ago)
- Topics: face-detection, face-recognition, opencv, python, python-library, python3
- Language: Python
- Homepage:
- Size: 11.1 MB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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 ObjectExtractorUsage
===============
.. code:: pythonfrom object_extractor import Extractor
Extractor.extract(imagePath)Sample
===============
Sample codes can be found `here
`_.