This repo contains tutorials on OpenCV-Python library using new cv2 interface
- source : contains the original source of docs in markup language
- build : contains ready-to-use documentation in html format
An online version of this tutorials can be found at https://opencv-python-tutroals.readthedocs.org/en/latest/index.html
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