luym11 / hackzurich2019_logi

Project for HackZurich 2019

Home Page:https://devpost.com/software/hackzurich2019_logi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wavability

Wavability converts gestures to input by using computer vision to track users' hands and map these movements to various input commands. By just waving, the users have a easier and more intuitive way of issuing several commands.

The implemented functions in HackZurich 2019 were:

  • Identify whether the user's fist is opened or closed. Wavability only responds when the user's fist is open, allowing the user to move their hand without inadvertently entering commands.
  • Detect the user's hand moving laterally, which is interpreted as either "undo" or "redo", depending on the direction.

Example scene of Wavability

An example video can also be found here.

Acknowledgements

Forked from Handy. Handy is a hand detection software written in C++ using OpenCV v3.4.1. The software is capable of recognizing hands in an video and of counting the number of lifted fingers.

About

Project for HackZurich 2019

https://devpost.com/software/hackzurich2019_logi

License:Apache License 2.0


Languages

Language:C++ 97.5%Language:C 2.5%