X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=blobdiff_plain;f=mtp_tracker.h;h=001bca19daf5cc23639f21adcc3dd0fe04d3fa82;hp=95743323b4d908ce54f0829501afc5697bfa22d1;hb=f2e3ed51b2a5b2776c86223e873d765cb2b78c15;hpb=513b8c10f328e5868082f09063c7e51669c952c7 diff --git a/mtp_tracker.h b/mtp_tracker.h index 9574332..001bca1 100644 --- a/mtp_tracker.h +++ b/mtp_tracker.h @@ -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;