Recognizing Hand Gestures

Abstract

This paper presents a method for recognizing human-hand gestures using a model-based approach. A Finite State Machine is used to model four qualitatively distinct phases of a generic gesture. Fingertips are tracked in multiple frames to compute motion trajectories, which are then used for finding the start and stop position of the gesture. Gestures are represented as a list of vectors and are then matched to stored gesture vector models using table lookup based on vector displacements. Results are presented showing recognition of seven gestures using images sampled at 4 Hz on a SPARC-1 without any special hardware. The seven gestures are representatives for actions of Left, Right, Up, Down, Grab, Rotate, and Stop.

Cite

Text

Davis and Shah. "Recognizing Hand Gestures." European Conference on Computer Vision, 1994. doi:10.1007/3-540-57956-7_37

Markdown

[Davis and Shah. "Recognizing Hand Gestures." European Conference on Computer Vision, 1994.](https://mlanthology.org/eccv/1994/davis1994eccv-recognizing/) doi:10.1007/3-540-57956-7_37

BibTeX

@inproceedings{davis1994eccv-recognizing,
  title     = {{Recognizing Hand Gestures}},
  author    = {Davis, James W. and Shah, Mubarak},
  booktitle = {European Conference on Computer Vision},
  year      = {1994},
  pages     = {331-340},
  doi       = {10.1007/3-540-57956-7_37},
  url       = {https://mlanthology.org/eccv/1994/davis1994eccv-recognizing/}
}