Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 615 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 615 Bytes

OpenCV2-Python-Guide

This repo contains tutorials on OpenCV-Python library using new cv2 interface

Contents

  • source : contains the original source of docs in markup language
  • build : contains ready-to-use documentation in html format

Online

An online version of this tutorials can be found at https://opencv-python-tutroals.readthedocs.org/en/latest/index.html

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