-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5367ac7
commit d2fe7e5
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Leap-Gesture-Checker | ||
|
||
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 before the controller will be traked by the GUI, | ||
which displays the "Confidence" of gesture match in both Desktop and HMD mode. | ||
|
||
### Pre-Requisites: | ||
* .NET v4.6 | ||
|
||
### Additional Shared Libraries Used: | ||
* LeapSDK (C#) | ||
* GlmNET | ||
|
||
|
||
### Builds | ||
* Download the latest (.zip) for your platform, from releases. | ||
* Execute the Gesture checker GUI.exe file. | ||
|