I'm working with OpenCV using Python on Linux. I always installed OpenCV building the the Source with make. As you know there are many guides online which all say pretty much the same things. Now i found some guys which say to install OpenCV using apt-get with the command
sudo apt-get install python-opencv
Which are the difference between the two methods ? Can i just use the apt-get command ? I looked around for an answer, but i still don't understand if i can avoid building OpenCV.