X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=tracker.h;h=fc3e5294b4698e506b4106c0c18bbfd87ff461c2;hb=9bbc3775491edae5bb92679ecca0f525877371f5;hp=1c851e01ad8c332276cc3dfbb75287919cd981a3;hpb=47873546df7b75c49b3973c9b0def619b7bcec46;p=mtp.git diff --git a/tracker.h b/tracker.h index 1c851e0..fc3e529 100644 --- a/tracker.h +++ b/tracker.h @@ -34,7 +34,9 @@ class Tracker { MTPGraph *_graph; scalar_t *_edge_lengths; + public: + scalar_t **detection_score; int **allowed_motion; int *entrances, *exits;