Skip to content

harisubash/openCV-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

OpenCV

This is a bash script for installing OpenCV 2.7 or + in linux. Before running the script save your extracted OpenCV tarball in ~/Documents/opencvsource. Just run the script as

sudo bash installation.sh I have recently put up a support for python also. I needed it. Thats it ! . Any suggestions are welcome.

##Sample Program There is also a sample program with it. Please copy the CMakeLists.txt file and edit it in accordance with the file name of the cpp file. Then you should be passing the image as the first argument. The steps are

cd test

cmake .(cmake .. if the .cpp file is one folder above in directory structure)

make (there will be a make file, do this where the make file is accordingly.)

./first image-name.jgp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 43.3%
  • C 39.3%
  • Makefile 15.3%
  • Shell 2.1%