Re: Face Detection and other Vision Processing (and some sample code)

2008-03-20 Thread karl
Nirav Patel wrote: I've been playing with vision processing stuff for the XO, mostly using OpenCV. I have some sample code up at http://eclecti.cc/code/face-detection-on-the-olpc-xo that does face detection surprisingly quickly. It seems that the bottleneck isn't even the OpenCV Haar

Re: Face Detection and other Vision Processing (and some sample code)

2008-03-20 Thread Chris Hager
Nirav Patel wrote: I've been playing with vision processing stuff for the XO, mostly using OpenCV. I have some sample code up at http://eclecti.cc/code/face-detection-on-the-olpc-xo that does face detection surprisingly quickly. It seems that the bottleneck isn't even the OpenCV Haar

Re: Face Detection and other Vision Processing (and some sample code)

2008-03-20 Thread Nirav Patel
OpenCV has a Python API that uses SWIG. It's in the default fedoro repo as opencv-python. Good idea, I'll add it to the wiki momentarily. On Thu, Mar 20, 2008 at 6:47 PM, Chris Hager [EMAIL PROTECTED] wrote: Nirav Patel wrote: I've been playing with vision processing stuff for the XO,