Geometric Shape Recognition & Find Extreme Points in C#

Posted by Apoorv Shah on Stack Overflow See other posts from Stack Overflow or by Apoorv Shah
Published on 2010-05-07T06:49:37Z Indexed on 2010/05/07 6:58 UTC
Read the original article Hit count: 414

Filed under:
|
|

Hi,

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

I have geometric shapes like triangle, hexagon, pentagon, diamond, square,parallelogram, 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

© Stack Overflow or respective owner

Related posts about shapes

Related posts about algorithm