tracker->detection_scores[t][la] = sa;
tracker->detection_scores[t][lb] = sb;
}
-
- { // Write down the tracker setting, so that we can use it as an
- // example for the mtp command line
- ofstream out_tracker("tracker.dat");
- tracker->write(&out_tracker);
- }
}
void create_heavy_test(MTPTracker *tracker) {
create_light_test(tracker);
}
+ {
+ // Write down the tracker setting, so that we can use it as an
+ // example for the mtp command line
+ ofstream out_tracker("tracker.dat");
+ tracker->write(&out_tracker);
+ }
+
// Performs the tracking per se
tracker->track();