Installing OpenCV python binding on Ubuntu is easier using the software center. You don't have to compile the source code. You can just type
aptitude search opencv
in the command prompt to find which version you would like and then call apt-get
For instance on my computer I did:
sudo apt-get install opencv2.7-opencv
No comments:
Post a Comment