ObjectExtractor provide easy to use api to extract faces/objects from images using OpenCV.
pip install ObjectExtractor
from object_extractor import Extractor
Extractor.extract(imagePath)
Sample codes can be found here.
ObjectExtractor provide easy to use api to extract faces/objects from images using OpenCV.
pip install ObjectExtractor
from object_extractor import Extractor
Extractor.extract(imagePath)
Sample codes can be found here.