PDA

View Full Version : Using OpenCV with the Raspberry Pi



wraggster
March 4th, 2013, 21:27
http://hackadaycom.files.wordpress.com/2013/03/opencv.jpg?w=580&h=178
When we first heard of the Raspberry Pi we were elated that projects that once required a full-blown computer could now be done on a tiny, and cheap board running Linux. Unfortunately, we haven’t seen much in the way of using computer vision algorithms on the Raspi, but thanks to [Lentin] the world of OpenCV is now accessable to Raspberry Pi users (http://www.technolabsz.com/2013/03/how-to-easily-install-opencv-on.html) everywhere.
[Lentin] didn’t feel like installing OpenCV from its source, a process that takes the better part of a day. Instead, he installed it using the synaptic package manager. After connecting a webcam, [Lentin] ssh’d into his Raspi and installed a face detection example script that comes with OpenCV.
It should be noted that [Lentin]‘s install of OpenCV isn’t exactly fast, but for a lot of projects being able to update a face tracker five times a second is more than enough. Once the Raspberry Pi camera module is released the speed of face detection on a Raspi should increase dramatically, though, leading to even more useful computer vision builds with the Raspberry Pi.
http://hackaday.com/2013/03/04/using-opencv-with-the-raspberry-pi/