Skip to content

beingdatum/opencv_tutorial

Repository files navigation

OpenCV Basics.

Developing Environment

Python

In this tutorial series we are using python for programing, other then this Cpp and java can also be used to make the same. Let's start with the installation of python. For downloading python just click on this button below. Python download Python 3.8.2 download

after that a .exe file will be downloaded just go through it and "eureka" you Python is installed

IDE

As a developer, I prefer any one of these IDE for the same Pycharm and Anaconda You can use any one of the same.

Pycharm

To install Pycharm

just go through this link and do the needful installation you can also refer to this video tutorial given below for reference

https://www.jetbrains.com/pycharm/download/

OpenCV

to install OpenCV just write the following commands in the cmd

run pip install opencv-python .

if you need only the main modules.

run pip install opencv-contrib-python .

if you need both main and contrib modules (check extra modules listing from OpenCV documentation at https://docs.opencv.org/master/ ).

You can also refer to this video link on how to install OpenCV in below given IDE's

link

Resources

To learn more about these Resources you can Refer to the tutorial series by us:-

Link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages