Top "Gesture-recognition" questions

Anything related to gesture recognition, i.e. the process of recognizing the gestures of a human user by a machine.

Determine skeleton joints with a webcam (not Kinect)

I'm trying to determine skeleton joints (or at the very least to be able to track a single palm) using …

opencv webcam tracking gesture-recognition human-interface
How to detect Swipe Gesture in iOS?

In my iPhone app, I require to recognize the swipe gesture made by the user on the view. I want …

ios uigesturerecognizer swipe gesture-recognition
Android Two finger rotation

I am trying to implement two finger rotation in android however, it is not quite working as expected. The goal …

android rotation gesture-recognition
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 …

iphone multi-touch gesture-recognition pinch
how detect swipe gesture direction?

i need to detect direction of my swipe gesture and i've got problem with it. gesture is working, but i …

ios objective-c swipe gesture-recognition uiswipegesturerecognizer
android: swipe left or right to slide views

I have a list view. On click of an item a detailed view for the item is open. This layout …

android slide gesture-recognition
How to detect doubletap on a View?

Possible Duplicate: Android - basic gesture detection I'm trying to have a View sensitive to double taps on an Android. …

android uiview gesture-recognition
Detect user's gesture such as swipe

I am using phonegap for build android apps. I would like to detect user's gesture such as a user's swipe. …

javascript android cordova gesture-recognition
How to do Gesture Recognition using Accelerometers

My goal is to recognize simple gestures from accelerometers mounted on a sun spot. A gesture could be as simple …

java embedded accelerometer gesture-recognition
Implementing pinch zoom and drag using Android's build in gesture listener and scale listener

I am trying to implement pinch zoom and drag using Android's gesture listener and scale listener. The problem is that …

android image-processing android-view gesture-recognition pinchzoom