1
vote
3answers
66 views
Mouse Gesture Libraries for .Net?
Are there any half decent mouse gesture libraries for .Net? Have found very few and no decent ones.
1
vote
4answers
744 views
How to do pinch gestures on the iPhone?
How does one implement pinch gestures on the iPhone? I'm familiar with using touch events on the iPhone but I'm extremely lazy and don't want to re-invent the wheel for something a …
0
votes
1answer
72 views
Suggestions for techniques for hand gesture recognition?
I am making a project on hand gesture recognition.
I am storing a pre captured gestures of hand in a folder and then I'm capturing gestures from the webcam and storing it in the o …
1
vote
2answers
381 views
Two-finger rotation gesture on the iPhone?
I'm working on an iPhone app with a lot of different gesture inputs that you can do. Currently there is single finger select / drag, two finger scroll, and two finger pinch zoom-in …
2
votes
1answer
251 views
Performance impact of gesture recognition in Delphi?
Delphi 2010 reportedly supports gestures for user interaction (mouse or touch interface), primarily through the Windows 7 gesture API.
Will supporting gestures inherently incur a …
1
vote
3answers
204 views
How do I determine whether a number is within a percentage of another number
I'm writing iPhone code that fuzzily recognizes whether a swiped line is straight-ish. I get the bearing of the two end points and compare it to 0, 90, 180 and 270 degrees with a t …
2
votes
3answers
861 views
Intercepting/Hijacking iPhone Touch Events for MKMapView
Is there a bug in the 3.0 SDK that disables real-time zooming and intercepting the zoom-in gesture for the MKMapView? I have some real simple code so I can detect tap events, but …
0
votes
0answers
56 views
How to listen for gesture detector events from a seperate thread in android game
Hi,
I am trying to make an android game. Originally I did not have a separate thread to draw my game on the screen everything worked fine including listening for gestures. But I …
1
vote
2answers
143 views
Recognizing patterns when drawing over the iPhone screen.
Hey.
I'm trying to write a game where the user can issue commands by drawing certain patters with his fingers..for example, if he draws a circle, an 'S' letter, an expiral, ect.
…
1
vote
1answer
182 views
Blackberry Storm Emulator - TouchGesture events not firing, how to get a Swipe to work?
Been playing with the Storm Emulator and the 4.7 JDE, for the life of me I can't figure out how to fire gesture events in the emulator.
Below is the touch event code for the RIM s …
1
vote
3answers
454 views
What is gesture in Android.
Hello ,
I would like to know what is meant by gestures in typical mobiles more specifically android ones.Android supports gesture recognition.
a) Is a gesture termed as when user …
0
votes
3answers
184 views
Favorite technique for hand gesture recognition
There is a lot of research going on about gesture recognition. I figured I would narrow this down to the topic of hand gesture recognition (i.e. stationary hand positions, up to as …
5
votes
1answer
2k views
Android - Basic Gesture Detection
Hi all,
I've been battling to get 'fling' gesture detection working in my android app today.
I've been looking at these sources;
Detect Gestures - Tutorial
SDK docs
Calculator …
0
votes
3answers
260 views
How can I implement a circular scrolling mechanism?
I'm having some images from which the user should choose one. Now I don't want to just offer an flat scrolling area with a boring grid. Instead, I'd like to show up a wheel that co …
12
votes
6answers
853 views
How does gesture recognition work?
In a multi-touch environment, how does gesture recognition work? What mathematical methods or algorithms are utilized to recognize or reject data for possible gestures?
I've crea …
