X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=blobdiff_plain;f=mtp_tracker.h;h=01c831b60be0b73ba8ba2d2f228c62fe4a871747;hp=1dcb94c949a0964259f37a53ac7b874f4443132a;hb=2bee794949c48671540bc70690d0b77c9168f953;hpb=c7d5cdf1982dacc5451f79599041b2e95524d3f7 diff --git a/mtp_tracker.h b/mtp_tracker.h index 1dcb94c..01c831b 100644 --- a/mtp_tracker.h +++ b/mtp_tracker.h @@ -48,8 +48,7 @@ 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 **entrances, **exits; // The detection scores at each location and time scalar_t **detection_scores;