X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=mtp_tracker.h;h=e4124825c2b5f9d0f514c9b46caee15391c978d3;hb=32139a0f7307a4a4b209e43d44abbed6cdc00c89;hp=1dcb94c949a0964259f37a53ac7b874f4443132a;hpb=c7d5cdf1982dacc5451f79599041b2e95524d3f7;p=mtp.git diff --git a/mtp_tracker.h b/mtp_tracker.h index 1dcb94c..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,9 +43,8 @@ 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 **allowed_motions; + int **entrances, **exits; // The detection scores at each location and time scalar_t **detection_scores;