Questions tagged [gesture-recognition]

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

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

590 questions
-2
votes
1 answer

#selector in gesture Recognizer in xcode9

Hii everyone i'm just shifting from xcode8 to xcode9 and when i tryed to use gesture recognizer they xcode9 is showing some error argument of #selector refers to instate method swipe(gesture) that is not > expose to obj c and here my code…
-2
votes
1 answer

How can i go to previous screen using static variable

I have problem implementing this since last 1 hour, I have more then 15 screen and slider menu as well in my code. What i am trying to achieve is when user swipe left a slider should open and when user swipes right he/she should able to go to…
-2
votes
2 answers

Swipe pattern matching in ios

I am trying to make an app that will match a swipe pattern to display a particular image. Currently i am using buttons to display an image on button click. I want to detect a swipe pattern and display images accordingly. Any help in this direction…
slaveCoder
  • 519
  • 2
  • 17
  • 46
-3
votes
2 answers

Actionscript 3 number drawing recognition

I am working on a game to compare a kid drawing (with mouse or gesture) to numbers from 1 to 9, is converting the drawing to bitmap and compare it with number converted to bitmap a good idea? and how to handle the difference in size (width-height)…
-3
votes
1 answer

Calculate distance to hand in real time in opencv?

I am new to openCV. Is there any way to calculate distance to hand in real time in open cv. My basic idea is to track the hand and identify gestures. Its really hard to do it using skin color recognition. So I though, calculate distance to hand and…
doree007
  • 89
  • 2
  • 12
1 2 3
39
40