Added the fields force_empty_first_frame and force_empty_last_frame in MTPTracker.
[mtp.git] / mtp_tracker.h
index 001bca1..1dcb94c 100644 (file)
@@ -49,6 +49,7 @@ public:
   int nb_locations, nb_time_steps;
   int **allowed_motion;
   int *entrances, *exits;
+  int force_empty_first_frame, force_empty_last_frame;
 
   // The detection scores at each location and time
   scalar_t **detection_scores;