开发者

How to recognize objects or patterns in one image?

开发者 https://www.devze.com 2023-04-08 01:10 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号