开发者

Geometric Shape Recognition & Find Extreme Points in C#

开发者 https://www.devze.com 2022-12-29 05:40 出处:网络
Can anyone tell me how to recognize geometric shape using C#? I have geometric shapes like triangle, hexagon, pentagon, diamond, square,parallelogr开发者_开发百科am, rectangle, etc.

Can anyone tell me how to recognize geometric shape using C#?

I have geometric shapes like triangle, hexagon, pentagon, diamond, square,parallelogr开发者_开发百科am, rectangle, etc. I have drawn all these shapes using mspaint.

i have one picture box, using opendialog i am selecting any of the geometric shapes, into picturebox. I want to identify the shape of the image & extreme points. As it is hand made image, i want to draw a proper image using extreme points.

If anyone has some code or some references, then please send it to me...

I need it very very urgently.

Thanks, Riya


You could try using a neural network http://www.generation5.org/content/2004/aiSomPic.asp

or Hough Transform http://www.generation5.org/content/2008/houghTransform.asp


Or you could look into edge detection and/or vectorization. Good luck!

0

精彩评论

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