documented gestures

master
Vladimir Mandic 2020-11-09 08:57:00 -05:00
parent f99c0de2e9
commit 63c2347b52
3 changed files with 13 additions and 1 deletions

@ -10,7 +10,7 @@ Repository: **<git+https://github.com/vladmandic/human.git>**
## Changelog
### **HEAD -> main, origin/main, origin/HEAD** 2020/11/08 mandic00@live.com
### **HEAD -> main, origin/main, origin/HEAD** 2020/11/09 mandic00@live.com
### **0.8.3** 2020/11/08 mandic00@live.com
- refresh

11
Gesture.md Normal file

@ -0,0 +1,11 @@
## Gesture Recognition
Gesture recognition is done by looking up coordinates of different detected landmarks
Entire implementation is in `src/gesture.js` and can be further extended with additional rules
There are three pre-defined methods:
- face(): implements: "*facing `<left|right>`*", "*blink `<left|right>` eye*"
- body(): implements: "*leaning `<left|right>`*", "*raise `<left|right>` hand*", "*i give up*"
- hand(): implements: "*`<finger>` forward `<finger>` up*"

@ -20,6 +20,7 @@
- [**Usage**](https://github.com/vladmandic/human/wiki/Usage)
- [**Configuration**](https://github.com/vladmandic/human/wiki/Configuration)
- [**Outputs**](https://github.com/vladmandic/human/wiki/Outputs)
- [**Gesture Recognition**](https://github.com/vladmandic/human/wiki/Gesture)
- [**Demos**](https://github.com/vladmandic/human/wiki/Demos)
- [**Development Server**](https://github.com/vladmandic/human/wiki/Development-Server)
- [**Build Process**](https://github.com/vladmandic/human/wiki/Build-Process)