About the project

 This project is present like a final work of the subject "Vision por computador", the principal idea is use the web cam to capture a gesture, then store in the computer to after recognize the gesture with a new image.

Features

  • Segment the skin color
  • Work in HSV color space
  • Use a binarization.
  • Get the features of gesture
  • Store the features.
  • Capturre new gesture
  • Recognize the gesture using the features stored in the computer.
For this project was used examples learning in classrom and the algorithm is based on
https://github.com/PierfrancescoSoffritti/Handy/blob/master/Handy/FingerCount.cpp
https://www.youtube.com/watch?v=nVkX7wC25g4&t=338s

This project is only used to achademics about it.

Comments