ObjectExtractor

Extract objects from images with OpenCV


Keywords
face-detection, face-recognition, opencv, python, python-library, python3
License
BSD-3-Clause
Install
pip install ObjectExtractor==0.2.2

Documentation

ObjectExtractor

lena_extraction.png

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

Install

pip install ObjectExtractor

Usage

from object_extractor import Extractor
Extractor.extract(imagePath)

Sample

Sample codes can be found here.