Hi all
Open CV stands for Open Computer Vision .Its a great library for doing image processing stuffs. OpenCV can be uesd for many academic projects . Here i just mentioning how we can install OpenCV in Linux and Windows
In Linux(Ubuntu 10.04):
1)Download the latest OpenCV package from sourceforge .The link is provided below
http://sourceforge.net/projects/opencvlibrary/
2)Extract the tar file to some path for eg::home folder .
3)Take the extracted folder and make a folder called release
4)Take the folder release and open a terminal in that folder path .
5)Type the following command in the terminal
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D BUILD_PYTHON_SUPPORT=ON ..
6)After executing we get a make file.Just type make command in the same terminal.
7)It takes some time to make ,after make type sudo make install and give the password
8)Done...Enjoy
In Windows
1)For windows ,some video tutorial is available in youtube .Here are the links
Try it.........
Open CV stands for Open Computer Vision .Its a great library for doing image processing stuffs. OpenCV can be uesd for many academic projects . Here i just mentioning how we can install OpenCV in Linux and Windows
In Linux(Ubuntu 10.04):
1)Download the latest OpenCV package from sourceforge .The link is provided below
http://sourceforge.net/projects/opencvlibrary/
2)Extract the tar file to some path for eg::home folder .
3)Take the extracted folder and make a folder called release
4)Take the folder release and open a terminal in that folder path .
5)Type the following command in the terminal
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D BUILD_PYTHON_SUPPORT=ON ..
6)After executing we get a make file.Just type make command in the same terminal.
7)It takes some time to make ,after make type sudo make install and give the password
8)Done...Enjoy
In Windows
1)For windows ,some video tutorial is available in youtube .Here are the links
Try it.........
0 comments:
Post a Comment