Made nb_locations and nb_time_steps public.
[mtp.git] / mtp_tracker.h
index 9574332..001bca1 100644 (file)
@@ -33,7 +33,6 @@ using namespace std;
 #include "mtp_graph.h"
 
 class MTPTracker {
-  int _nb_locations, _nb_time_steps;
   scalar_t **_detection_score;
   int **_allowed_motion;
   int *_entrances, *_exits;
@@ -47,6 +46,7 @@ class MTPTracker {
 public:
 
   // The spatial structure
+  int nb_locations, nb_time_steps;
   int **allowed_motion;
   int *entrances, *exits;