0

In my iPhone app, I require to recognize the gesture or motion made by the user on the view without touching it.

I want the hand free gestures to be recognized and perform a function on view.

I need that the image should move with the gesture detection.

What needs to be done?

How do I recognize it?

Any directions or tutorials will be really appreciated.

Colonel Software
  • 1,401
  • 1
  • 11
  • 16

1 Answers1

0

You might want to have a look at OpenCV. There is a good example on how to use OpenCV to recognize a hand here: http://www.andol.info/hci/1661.htm

SIGKILL
  • 390
  • 1
  • 9