Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abidrahmank/OpenCV2-Python-Tutorials
This repo contains tutorials on OpenCV-Python library using new cv2 interface
https://github.com/abidrahmank/OpenCV2-Python-Tutorials
opencv-3x opencv-python-library python
Last synced: 4 days ago
JSON representation
This repo contains tutorials on OpenCV-Python library using new cv2 interface
- Host: GitHub
- URL: https://github.com/abidrahmank/OpenCV2-Python-Tutorials
- Owner: abidrahmank
- Created: 2013-04-24T18:58:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-04-25T21:37:40.000Z (over 3 years ago)
- Last Synced: 2024-10-15T05:40:54.688Z (25 days ago)
- Topics: opencv-3x, opencv-python-library, python
- Language: Python
- Size: 12.6 MB
- Stars: 1,255
- Watchers: 89
- Forks: 886
- Open Issues: 249
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred-test - abidrahmank/OpenCV2-Python-Tutorials - This repo contains tutorials on OpenCV-Python library using new cv2 interface (Python)
README
OpenCV2-Python-Guide
====================This repo contains tutorials on OpenCV-Python library using new cv2 interface
**IMP - This tutorial is meant for OpenCV 3x version. Not OpenCV 2x**
=======================================================================**IMP - This tutorial is meant for OpenCV 3x version. Not OpenCV 2x**
**IMP - This tutorial is meant for OpenCV 3x version. Not OpenCV 2x**
Please try the examples with OpenCV 3x before sending any bug reports
Data files
-----------The input data used in these tutorials are given in **Data** folder
Online
---------* **For official tutorials, please visit : http://docs.opencv.org/trunk/doc/py_tutorials/py_tutorials.html**
* https://opencv-python-tutroals.readthedocs.org/en/latest/index.html - This is only for checking. May contain lots of errors, please stick to the official tutorials.Offline
---------
To build docs from source,
* Install sphinx
* Download/Clone this repo and navigate to the base folder
* run command : `make html` , html docs will be available in **build/html/** folder