We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Motion Tracking (Read 1631 times)
Motion Tracking
May 5th, 2008, 5:23pm
 
Hi, I'm pretty new to processing and to scripting at all, but I know this thing is possible. I'm only wondering if it's possible to do it in processing.

The idea is to be able to track only the hand in front of the webcam. Depth would be nice to be added but I think you need two or special camera's for that and that's not my main focus at this moment. The most difficult part with this is that I don't want the user to wear anything, so no IR leds or anything.

Maybe the easiest way is color tracking, but than your face will be tracked as well, or am I wrong?

So does anyone know if this is possible? Or has anyone made something like this already?

THANKS!

Re: Motion Tracking
Reply #1 - May 19th, 2008, 12:08pm
 
You can give a try with the Face Detection Library (based on OpenCV) and use a hand trained haarcascade xml instead of the face one.
Page Index Toggle Pages: 1