Skip to content
Snippets Groups Projects
  1. Nov 19, 2020
  2. Nov 18, 2020
  3. Oct 21, 2020
  4. Sep 30, 2020
  5. Sep 17, 2020
  6. Sep 16, 2020
  7. 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
  8. Jun 25, 2020
  9. Jan 13, 2020
  10. Dec 06, 2019
Loading