middleware/Tracking/Gestures/JumpDetector.cs
changeset 17 fda26bfcabef
parent 15 4b78f179e7ce
child 27 6c08d4d7219e
--- 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;