X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=blobdiff_plain;f=mtp_tracker.h;h=78df0fc4362ad47124393ee363e11940dd01f2ef;hp=6f733f0b7538224d88aefa2f5b52adf4f7181d57;hb=HEAD;hpb=ea25591f0875e7fffdd398a661b6e52f2af81faf diff --git a/mtp_tracker.h b/mtp_tracker.h index 6f733f0..78df0fc 100644 --- a/mtp_tracker.h +++ b/mtp_tracker.h @@ -35,10 +35,11 @@ using namespace std; class MTPTracker { MTPGraph *_graph; - // The edges will be order as follow: First the nb_locations * - // nb_time_steps "super node" internal ones, which will have length - // equal to the opposite of the detection score, then the - // intra-super nodes, then from source and to exits. + // The edges will be ordered as follows: First the nb_locations * + // nb_time_steps edges inside the node pairs, which will have + // lengths equal to the opposite of the detection scores, then the + // edges between these node pairs, and finally the edges from source + // and to sink. scalar_t *_edge_lengths; int early_pair_node(int t, int l);