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