C# Mouse gesture recognition?

C

Chua Wen Ching

Hi there.

I am wondering is there any C# samples and source code on
mouse gesture recognition.

I had seen a c++ sample in codeproject.. but it is too
complex!

I no experience in c++.

I not sure how they handle the mouse event.

I drag my mouse 1 circle. How would i store in array?

when it is stored in array, i want to store in bmp for
later image precessing (compare my existing templates)

the main problem, what if i had other gestures like
square, pentagon.. and many more...

i first assume, if i drag a circle, 1 circle can be
divided into many points of (x,y)s!

But after trying to code, i don't even know how to divide
1 circle to 5 points.

and to do image processing, i need to set how big can i
drag a circle.. i must check the radius.. and so much
more..

So hope there is a sample c# program with source code on
mouse gestures.. may help me solve my misery!

Any help?

Thank you.

Regards,
Chua Wen Ching
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top