suppose I have two images one contains circle and other contains square,I just want to give inpu开发者_JS百科t as this images. program should recognize which one is circle and which one is square. how i can implement this using c# language?
There are a few image recognition libraries out there. Try aforge: http://code.google.com/p/aforge/. Another one is EmguCV for .Net.
using Emgu.CV:
exactly what you want: http://www.emgu.com/wiki/index.php/Shape_(Triangle,_Rectangle,_Circle,_Line)_Detection_in_CSharp
精彩评论