Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 564 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 564 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

Usage

Ready-made documentation is available in build/html folder. Open build/html/index.html folder

Building

To build docs from source,

  • Install sphinx
  • empty the build/ folder
  • run command : make html , html docs will be available in build/html/ folder