X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=blobdiff_plain;f=mtp_tracker.h;h=e4124825c2b5f9d0f514c9b46caee15391c978d3;hp=001bca19daf5cc23639f21adcc3dd0fe04d3fa82;hb=20f94c6bff1541da8d0639966787dc8aaafea025;hpb=f2e3ed51b2a5b2776c86223e873d765cb2b78c15 diff --git a/mtp_tracker.h b/mtp_tracker.h index 001bca1..e412482 100644 --- a/mtp_tracker.h +++ b/mtp_tracker.h @@ -33,10 +33,6 @@ using namespace std; #include "mtp_graph.h" class MTPTracker { - scalar_t **_detection_score; - int **_allowed_motion; - int *_entrances, *_exits; - MTPGraph *_graph; scalar_t *_edge_lengths; @@ -47,8 +43,8 @@ public: // The spatial structure int nb_locations, nb_time_steps; - int **allowed_motion; - int *entrances, *exits; + int **allowed_motions; + int **entrances, **exits; // The detection scores at each location and time scalar_t **detection_scores;