learning steps for image recognition algorithm

Dead Programmer picture Dead Programmer · Jan 4, 2011 · Viewed 25.6k times · Source

I have decided to spend my personal time after office hours to learn the building blocks of how images jpeg type are parsed and represented in screen. My interest is on object recognition in an image.so I want to know where to start , I know there are math involved in this.so I needed step by step on what resources in Internet specifically to look at.

Answer

Lou Franco picture Lou Franco · Jan 4, 2011

Need a lot more information on what you want, but take a look at OpenCV

http://sourceforge.net/projects/opencvlibrary/

To see good examples.