Removed the force_empty_*_frame and made the exits and entrances fields space/time.
[mtp.git] / mtp_tracker.h
index 1dcb94c..01c831b 100644 (file)
@@ -48,8 +48,7 @@ public:
   // The spatial structure
   int nb_locations, nb_time_steps;
   int **allowed_motion;
-  int *entrances, *exits;
-  int force_empty_first_frame, force_empty_last_frame;
+  int **entrances, **exits;
 
   // The detection scores at each location and time
   scalar_t **detection_scores;