Download Kinect Gesture Detector
Description
The Kinect Gesture Detector Toolset can be used for recognizing gestures and developing your own ones with the Microsoft Kinect SDK.
Source Files
The download file gesturedetector.zip has the following entries.
.gitignore// w ww . ja v a 2s . c o m
GestureDetector.sln
GestureDetector/DataSources/Device.cs
GestureDetector/DataSources/MovingSmothendSkeleton.cs
GestureDetector/DataSources/Person.cs
GestureDetector/DataSources/SmothendSkeleton.cs
GestureDetector/DataSources/StaticSmothendSkeleton.cs
GestureDetector/Events/AccelerationEventArgs.cs
GestureDetector/Events/ActivePersonEventArgs.cs
GestureDetector/Events/GestureEventArgs.cs
GestureDetector/Events/NewPersonEventArgs.cs
GestureDetector/Events/NewSkeletonEventArg.cs
GestureDetector/Events/PersonDisposedEventArgs.cs
GestureDetector/Events/PersonPassiveEventArgs.cs
GestureDetector/Exceptions/DeviceErrorException.cs
GestureDetector/GestureDetector.csproj
GestureDetector/GestureDetector.csproj.user
GestureDetector/Gestures/Condition.cs
GestureDetector/Gestures/DynamicCondition.cs
GestureDetector/Gestures/GestureChecker.cs
GestureDetector/Gestures/Swipe/SwipeCondition.cs
GestureDetector/Gestures/Swipe/SwipeGestureChecker.cs
GestureDetector/Gestures/Swipe/SwipeGestureEventArgs.cs
GestureDetector/Gestures/Wave/WaveGestureChecker.cs
GestureDetector/Gestures/Wave/WaveLeftCondition.cs
GestureDetector/Gestures/Wave/WaveRightCondition.cs
GestureDetector/Gestures/Zoom/InternalZoomGestureEventArgs.cs
GestureDetector/Gestures/Zoom/ZoomCondition.cs
GestureDetector/Gestures/Zoom/ZoomGestureChecker.cs
GestureDetector/Gestures/Zoom/ZoomGestureEventArgs.cs
GestureDetector/Properties/AssemblyInfo.cs
GestureDetector/Tools/Checker.cs
GestureDetector/Tools/CurrentMillis.cs
GestureDetector/Tools/Filter.cs
GestureDetector/Tools/SkeletonMath.cs
InputEmulation/DInput.txt
InputEmulation/DirectInput.cs
InputEmulation/InputEmulation.csproj
InputEmulation/KeyBoardEvent.cs
InputEmulation/Mouse.cs
InputEmulation/Properties/AssemblyInfo.cs
InputEmulation/VirtualKeys.cs
MouseEmulator/App.config
MouseEmulator/JoystickCondition.cs
MouseEmulator/JoystickGestureChecker.cs
MouseEmulator/JoystickGestureEventArgs.cs
MouseEmulator/MouseEmulator.csproj
MouseEmulator/Program.cs
MouseEmulator/Properties/AssemblyInfo.cs
Download
Click the following link to download gesturedetector.zip.
gesturedetector.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »