Anything related to gesture recognition, i.e. the process of recognizing the gestures of a human user by a machine.
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-interfaceIn my iPhone app, I require to recognize the swipe gesture made by the user on the view. I want …
ios uigesturerecognizer swipe gesture-recognitionI am trying to implement two finger rotation in android however, it is not quite working as expected. The goal …
android rotation gesture-recognitionHow 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 pinchi 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 uiswipegesturerecognizerI have a list view. On click of an item a detailed view for the item is open. This layout …
android slide gesture-recognitionPossible Duplicate: Android - basic gesture detection I'm trying to have a View sensitive to double taps on an Android. …
android uiview gesture-recognitionI 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-recognitionMy goal is to recognize simple gestures from accelerometers mounted on a sun spot. A gesture could be as simple …
java embedded accelerometer gesture-recognitionI 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