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=01c831b60be0b73ba8ba2d2f228c62fe4a871747;hb=32139a0f7307a4a4b209e43d44abbed6cdc00c89;hpb=5be711e6c321a85578d560891c915cf610e6e876 diff --git a/mtp_tracker.h b/mtp_tracker.h index 01c831b..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,7 +43,7 @@ public: // The spatial structure int nb_locations, nb_time_steps; - int **allowed_motion; + int **allowed_motions; int **entrances, **exits; // The detection scores at each location and time