/pycv

Source codes of Learning OpenCV 3 Computer Vision with Python - Second Edition

Primary LanguagePython

pycv

Learning OpenCV 3 with Python - Second Edition

This is the repository and reference website for Learning OpenCV 3 with Python, a book authored by Joe Minichino and Joe Howse

Code Changes with the codes supplied by author

  • (1) Move the code from the folder of first version into the correct folder
  • (2) Complete the codes of Second Edition, the codes supplied by author is not same with the book. Here try to complete it.
  • (3) Refactor some codes to make it clear

Install

Please install Anaconda/Miniconda first. Then run this script below to install packages.

./create_env.sh

Activate & Deactivate

Run it for activate, run it once more for deactivate.

source env.sh