======== cv2utils
.. image:: https://img.shields.io/pypi/v/cv2utils.svg?label=cv2utils :target: https://pypi.org/project/cv2utils :alt: PyPI
.. image:: http://img.shields.io/travis/luizcarloscf/cv2utils/master.svg?label=linux :target: https://travis-ci.com/luizcarloscf/cv2utils :alt: Travis
.. image:: https://readthedocs.org/projects/cv2utils/badge/?version=latest :target: https://cv2utils.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
.. image:: https://img.shields.io/pypi/dm/cv2utils :target: https://pypi.org/project/cv2utils :alt: PyPI - Downloads
.. image:: https://img.shields.io/badge/license-MIT%20-blue.svg :target: https://github.com/luizcarloscf/cv2utils/LICENSE
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.
.. image:: https://raw.githubusercontent.com/luizcarloscf/cv2utils/master/examples/images/result_cascade.jpg :align: center :target: https://github.com/luizcarloscf/cv2utils/blob/master/examples/images/result_cascade.jpg :alt: Result Cascade
- Face detection using OpenCV Deep Neural Networks
.. image:: https://raw.githubusercontent.com/luizcarloscf/cv2utils/master/examples/images/result_dnn.jpg :align: center :target: https://github.com/luizcarloscf/cv2utils/blob/master/examples/images/result_dnn.jpg :alt: Result DNN
For for info, Read the docs <https://cv2utils.readthedocs.io/en/latest/>__.
Installation
It can be installed through pip:
.. code-block:: bash
pip3 install --user cv2utils
This implementation requires OpenCV and Numpy.
References
-
OpenCV HaarCascades <https://docs.opencv.org/3.4/db/d28/tutorial_cascade_classifier.html>__ -
OpenCV Dnn <https://docs.opencv.org/master/d2/d58/tutorial_table_of_content_dnn.html>__
License
MIT <https://github.com/luizcarloscf/cv2utils/blob/master/LICENSE>__
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cv2utils-0.1.1.tar.gz.
File metadata
- Download URL: cv2utils-0.1.1.tar.gz
- Upload date:
- Size: 5.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb1d521a669ab610355ef1dbe4700dcbab37a35d81272d7696bad93f6bdc7022
|
|
| MD5 |
b307338e00e454de79ef658a28985276
|
|
| BLAKE2b-256 |
466efedc4a25d4fa12009046ad40ee04bdd9f3c951271163fa4214919d4e3ff5
|