diff --git a/Change-Log.md b/Change-Log.md index d291620..f984f88 100644 --- a/Change-Log.md +++ b/Change-Log.md @@ -10,7 +10,7 @@ Repository: **** ## 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 diff --git a/Gesture.md b/Gesture.md new file mode 100644 index 0000000..a1f164d --- /dev/null +++ b/Gesture.md @@ -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 ``*", "*blink `` eye*" +- body(): implements: "*leaning ``*", "*raise `` hand*", "*i give up*" +- hand(): implements: "*`` forward `` up*" diff --git a/Home.md b/Home.md index 6d15051..7edf39a 100644 --- a/Home.md +++ b/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)