--- a/middleware/Tracking/Gestures/JumpDetector.cs Wed Apr 04 10:51:21 2012 +0200
+++ b/middleware/Tracking/Gestures/JumpDetector.cs Thu Apr 05 15:54:44 2012 +0200
@@ -26,14 +26,15 @@
using System.Linq;
using System.Text;
using Microsoft.Kinect;
+using Trakers.Debug;
-namespace Trakers.MainModule.Gestures
+namespace Trakers.Tracking.Gestures
{
public class JumpDetector : GestureDetector
{
static int n = 0;
- public JumpDetector() : base()
+ public JumpDetector(DebugWindow _debug) : base(_debug)
{
gesturePeriod = (float)1;
indexesPerSecond = 30;