mirror of https://github.com/vladmandic/human
documented gestures
parent
f99c0de2e9
commit
63c2347b52
|
@ -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
|
||||
|
|
|
@ -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*"
|
1
Home.md
1
Home.md
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue