• Stars
    star
    1,247
  • Rank 37,310 (Top 0.8 %)
  • Language
    Python
  • Created over 11 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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

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