Skip to content

Computer Vision codes and Tutorials. Tutorial codes implemented on Octave and OpenCV codes in Python/C++

Notifications You must be signed in to change notification settings

aurs-juit/ComputerVision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Computer Vision

Developed and managed by computer vision group of Aerial and Underwater Robotics Society | JUIT
Computer Vision codes and Tutorials. Tutorial codes implemented on Octave and OpenCV codes in Python/C++
Installing Octave on Ubuntu
sudo apt-add-repository ppa:octave/stable
sudo apt-get update
sudo apt-get install octave


Installing OpenCV Python on Ubuntu
sudo apt-get install python
sudo apt-get install python-numpy
sudo apt-get install python-scipy
sudo apt-get install libopencv-*
sudo apt-get install python-opencv

This installs the OpenCV 2.x and alternatively you can use pip.
Try to check if cv2 has installed by:

import cv2
print cv2.__version__

It shall print the version of OpenCV if correctly installed else will give some error.

Addition libraries to install for more effecient and real time computer vision applications.
sudo pip install ipython
sudo pip install matplotlib
sudo apt-get install python-sklearn
sudo apt-get install python-skimage
sudo pip install moviepy

What is it?

This is a study plan for going from an undergraduate to computer vision learner.

Please, feel free to make any contributions you feel will make it better.


Contents

About

Computer Vision codes and Tutorials. Tutorial codes implemented on Octave and OpenCV codes in Python/C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published