The Makefile now accepts VERBOSE=yes.
[mtp.git] / tracker.h
index 1c851e0..40e21ab 100644 (file)
--- 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;