Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shootingking-am/leap-gesture-checker

Leap motion image recognition gesture checker GUI(C#) for developing Hand bone angles, Positions, and recognizable gestures(fuzzy logic) implementable in Virtual/Augmented reality apps.
https://github.com/shootingking-am/leap-gesture-checker

augmented-reality csharp dotnet glmnet gui image-recognition leap leap-motion-controller openvr steamvr-driver virtual-reality wpf-application

Last synced: 3 months ago
JSON representation

Leap motion image recognition gesture checker GUI(C#) for developing Hand bone angles, Positions, and recognizable gestures(fuzzy logic) implementable in Virtual/Augmented reality apps.

Awesome Lists containing this project

README

        

# Leap-Gesture-Checker

[![woConfidence](./.github/gifwoConfidence.gif)](https://www.youtube.com/watch?v=u0MKiMXlZVY)
[![wConfidence](./.github/gifWithConfidence.gif)](https://www.youtube.com/watch?v=pbwmrsFDlKU)

*Click for videos*

Leap motion controller image recognition gesture checker GUI. Mainly to go along with [dirver_leap](https://github.com/ShootingKing-AM/driver_leap) gesture testing.
Written in C# (Windows Presentation Framework Project). After the Leap motion controller is connected, Any gestures infront of the controller will be traked by the GUI,
which displays the "Confidence"(Checkbox on GUI to show Confidence values of gesture matching) of gesture match in both Desktop and HMD mode.

### Pre-Requisites:
* .net v4.6 Framework

### Additional Shared Libraries:
* LeapSDK (C#)
* GlmNET

### Usage:
* Download the latest (.zip) for your platform, from releases.
* Execute the GesturecheckerGUI.exe file.