FaceExtractor

Extract faces from images with OpenCV


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

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.