Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shootingking-am/leap-gesture-checker
- Owner: ShootingKing-AM
- Created: 2020-07-20T20:44:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-16T13:56:33.000Z (over 3 years ago)
- Last Synced: 2024-02-29T11:32:05.981Z (11 months ago)
- Topics: augmented-reality, csharp, dotnet, glmnet, gui, image-recognition, leap, leap-motion-controller, openvr, steamvr-driver, virtual-reality, wpf-application
- Language: C#
- Homepage:
- Size: 21.2 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.