Implementation of some object detection


Keywords
dnn, haar, cascade, face, eye, detection, opencv, numpy, pip, package, cv2, opencv-dnn, python, vision
License
MIT
Install
pip install cv2utils==0.1.2

Documentation

cv2utils

PyPI Travis Documentation Status PyPI - Downloads

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