8

I'm looking for a Java implementations of shape matching algorithms. here's an image to demonstrate of what i had in mind :

enter image description here

I would also be interested to know if there are any good free implementations ofgestures recognition for Android

Pavel 'PK' Kaminsky
  • 796
  • 1
  • 10
  • 22
  • I've voted to close as "not constructive". [Shopping list questions](http://meta.stackexchange.com/questions/158809/why-are-shopping-list-questions-bad) are discouraged on StackOverflow. – Duncan Jones Apr 18 '13 at 08:41
  • @DuncanJones let me know what details are missing. i don't see how is this a "shopping list question". – Pavel 'PK' Kaminsky Apr 18 '13 at 08:44
  • 2
    Maybe you should ask what algorithms do exist. If you know the algorithms than you can easily find existing implementations or make one of your own. – SpaceTrucker Apr 18 '13 at 08:48
  • @Pavel'PK'Kaminsky You've requested links to existing implementations for Android. AIUI, that's the classic shopping list question and suffers from the problems listed in the link above. – Duncan Jones Apr 18 '13 at 09:00

1 Answers1

0

You could have a look at eclipse sketch. There's a video on the page demonstrating the use of it and how it works. Sketch is doing gesture recognition for use in graphical editors. The implementation is not intended to run on android, but maybe you can learn from it.

SpaceTrucker
  • 13,377
  • 6
  • 60
  • 99