X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=blobdiff_plain;f=mtp_tracker.h;fp=tracker.h;h=08de498fecbf56fca08dc8cc09e9f3a48e14ff85;hp=c21df97a7f481711a64b489a30b514a3fb516109;hb=f248d9481cd0338053cb38a18eb3898042c126d3;hpb=53da5d9421597dfc056b5727dbe7898afd30bdc9 diff --git a/tracker.h b/mtp_tracker.h similarity index 95% rename from tracker.h rename to mtp_tracker.h index c21df97..08de498 100644 --- a/tracker.h +++ b/mtp_tracker.h @@ -22,8 +22,8 @@ * */ -#ifndef TRACKER_H -#define TRACKER_H +#ifndef MTP_TRACKER_H +#define MTP_TRACKER_H #include @@ -32,7 +32,7 @@ using namespace std; #include "misc.h" #include "mtp_graph.h" -class Tracker { +class MTPTracker { int _nb_locations, _nb_time_steps; scalar_t **_detection_score; int **_allowed_motion; @@ -53,8 +53,8 @@ public: // The detection scores at each node scalar_t **detection_scores; - Tracker(); - ~Tracker(); + MTPTracker(); + ~MTPTracker(); void allocate(int nb_time_steps, int nb_locations); void free();