Skip to content

codenio/OpenCV2-Python-Tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV2-Python-Tutorials

OpenCV2 Python Tutorials For Beginners

Requirements

  • numpy==1.19.0
  • opencv-python==4.2.0.34

Getting Started

  • Install python 3 from official website
  • Install virtualenv to crate a isolated work environment
    $ pip3 install virtualenv
  • Install virtualenvwrapper to control virtual work enviroments
    $ pip3 install virtualenvwrapper
  • Create openvc virtual env
    $ mkvirtualenv openvc
  • Clone this repository and enter into the OpenCV2-Python-Tutorials directory
    $ git clone git@github.com:codenio/OpenCV2-Python-Tutorials.git
    ....
    $ cd OpenCV2-Python-Tutorials    
  • Install the requirement using requirements.txt
    $ pip3 install -r requirements.txt
  • Move to the required directory and execute python file to view the results
    $ cd basics/images
    $ python3 images.py
    

Index

About

OpenCV2 Python Tutorials For Beginners

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages