Skip to content
Snippets Groups Projects
  1. Sep 08, 2020
  2. Sep 01, 2020
  3. Aug 25, 2020
  4. Aug 12, 2020
  5. Aug 07, 2020
  6. Aug 03, 2020
  7. Jul 23, 2020
  8. Jul 22, 2020
  9. 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
  10. Jul 10, 2020
  11. Jul 09, 2020
  12. Jul 06, 2020
  13. Jul 02, 2020
  14. Jun 25, 2020
  15. Mar 19, 2020
  16. Mar 18, 2020
  17. Mar 17, 2020
  18. Mar 16, 2020
  19. Mar 05, 2020
  20. Mar 03, 2020
  21. Feb 28, 2020
  22. Jan 31, 2020
  23. Jan 30, 2020
Loading