Skip to content
Snippets Groups Projects
  1. Feb 15, 2021
  2. Feb 02, 2021
  3. Jan 14, 2021
  4. Dec 22, 2020
  5. Dec 17, 2020
  6. Dec 15, 2020
  7. Dec 09, 2020
    • Schrödter, Tobias's avatar
      Enable multi line comments · 3c342e3d
      Schrödter, Tobias authored
      - Enable multi line comments by changing to a multi line dialog
      - When saving and loading line breaks get replaced with `\n` and vice versa
      - Append 'Frame :' if this has not already be done
      3c342e3d
  8. Dec 03, 2020
  9. Nov 24, 2020
  10. Nov 23, 2020
  11. Nov 19, 2020
  12. Nov 18, 2020
  13. Oct 21, 2020
  14. Sep 30, 2020
  15. Sep 17, 2020
  16. Sep 16, 2020
  17. Jul 15, 2020
    • d.kilic's avatar
      Split the track method into: · 029277ba
      d.kilic authored and Schrödter, Tobias's avatar Schrödter, Tobias committed
      * track
      * void trackFeaturePointsLK(int level);
      * void refineViaColorPointLK(int level, float errorScale);
      * void useBackgroundFilter(QList& trjToDel, BackgroundFilter \*bgFilter);
      * void refineViaNearDarkPoint();
      
      Also added:
      
      * void preCalculateImagePyramids(int level); Which doubles the performance (10 minutes on the regression test instead of 20)
      
      All in all:
      
      * Split Tracker::track for readability
      * Added Doxygen comments
      * Precalculate image pyramids
      * Factored merging out of Tracker::insertFeaturePoints
      029277ba
  18. Jun 25, 2020
  19. Jan 13, 2020
  20. Dec 06, 2019
Loading