Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 473 Bytes

README.rst

File metadata and controls

25 lines (17 loc) · 473 Bytes

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.