Resolve "Retrack only if whole path leading to the current trackpoint is better"
requested to merge 191-retrack-only-if-whole-path-leading-to-the-current-trackpoint-is-better into master
This MR changes how re-tracking works. The change in short:
TP: TrackPoint
OTP: Other TrackPoint
TL;DR Only replace TP if qual(OTP) > qual(TP) for each OTP between TP and last Reco
This of course changes the results of our regression tests. These are of 2 types.
- Slight changes, which I do not get into further
- Drastic changes, which I'll get into, these are how we want them to be
Here are all interesting changes I've seen (always first old then new image)
Aruco Person with ID 1 in truth and ID 8 in test-file:
old:
new:
Aruco Person with ID 17 in both
old:
new:
Aruco Person 24 in both:
old:
new:
Blackdot marker Test 8 Truth 18:
old:
new:
Forgot one thing:
-
Do require a reco point "before" current point for reTrack (currently also retracks whithout a reco point, as long as all points "before" are of better quality) Closes #191 (closed)
Edited by d.kilic