I need help with one application, I am a beginner in programming. So I need to create a simple application that recognizes shapes in the image (rectangle, triangle, line ...) rendering them. (for an experienced programmer to be easy :D ) Here are similar projects, but I was the only one to not know much about: http://leakingmemory.wordpress.com/2012/03/17/shape-recognition-using-c-and-aforge/ and http://www.emgu.com/wiki/index.php/Shape_(Triangle,_Rectangle,_Circle,_Line)_Detection_in_CSharp Thank you very much
EDIT: Can you tell me how to portray all the polygons? Not only a triangle, circle ... but all shapes?