Reputation: 89
I am try to draw shapes in the window in real time. The shapes are like tangle ,rectangle ,circle , half or circle and "Z" in the screen using yellow color. The size and the shape may not be same to the original image. But Program know all the original shapes. Because they are predefined. I want to know how i can identify the correct shape. as an example,
is there possible way to do this? can I use template matching for this? Please help me with this..
Upvotes: 5
Views: 3238
Reputation: 93410
You can use different methods to detect each shape. Check these:
Upvotes: 2