Skip to content

luizcarloscf/cv2utils

Repository files navigation

cv2utils

PyPI

Travis

Documentation Status

PyPI - Downloads

image

Implementation of some object detection in Python3.5+. It is included in this project:

  • Face and Eye detection using OpenCV Haar feature-based cascade classifiers.

Result Cascade

  • Face detection using OpenCV Deep Neural Networks

Result DNN

For for info, Read the docs.

Installation

It can be installed through pip:

pip3 install --user cv2utils

This implementation requires OpenCV and Numpy.

References

License

MIT