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
Ready-made documentation is available in build/html folder. Open build/html/index.html folder
To build docs from source,
- Install sphinx
- empty the build/ folder
- run command :
make html
, html docs will be available in build/html/ folder