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
Image Recognition (Read 1154 times)
Image Recognition
Feb 21st, 2008, 12:23pm
 
Hi folks.

I'm looking to do some basic image recognition (recognising a square shape for example) as part of my course at uni. What I was wondering was if this is capable in Processing. What I'm aiming to do is take a video feed or more likely a snapshot from the video feed, and analyse it to see if theres a particular shape in that image.

Would this be doable in Processing?

Thanks,
Tom
Re: Image Recognition
Reply #1 - Feb 21st, 2008, 4:30pm
 
it sure is doable.
here is a link to get you started with image processing.
you can also use some libraries that already do most of the work for you

http://www.gamedev.net/reference/articles/article2007.asp
(end of the article has a simple pattern recognition algo)
Page Index Toggle Pages: 1