# OpenCV2-Python-Tutorials **Repository Path**: ZhH321/OpenCV2-Python-Tutorials ## Basic Information - **Project Name**: OpenCV2-Python-Tutorials - **Description**: This repo contains tutorials on OpenCV-Python library using new cv2 interface - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-18 - **Last Updated**: 2021-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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