Skip to content
Snippets Groups Projects
  1. Mar 10, 2021
  2. Mar 05, 2021
  3. Mar 04, 2021
    • d.kilic's avatar
      Resolve "GUI Layout verbessern" · 84ea7fa6
      d.kilic authored
      Change the layout to get into an usable state. It now displays good enough on even small displays with high resolutions. There is still some room for improvement.
      84ea7fa6
  4. Feb 15, 2021
  5. Feb 11, 2021
  6. Jan 29, 2021
  7. Jan 14, 2021
  8. Jan 06, 2021
  9. Dec 17, 2020
  10. Dec 15, 2020
  11. 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
  12. Nov 24, 2020
  13. Nov 23, 2020
  14. Nov 20, 2020
    • d.kilic's avatar
      Fixed: · bbf7e6df
      d.kilic authored
      - not considering border correctly in color picker
      - not considering distortion in color picker
      - drifting part of map-index in GUI and in source code
      bbf7e6df
  15. Nov 19, 2020
  16. Nov 18, 2020
  17. Nov 10, 2020
  18. Nov 05, 2020
  19. Oct 21, 2020
  20. Oct 12, 2020
  21. Oct 05, 2020
  22. Oct 02, 2020
  23. Sep 30, 2020
  24. Sep 17, 2020
  25. Sep 16, 2020
  26. Sep 14, 2020
  27. Sep 11, 2020
  28. Sep 03, 2020
  29. Aug 07, 2020
  30. Jul 22, 2020
  31. 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
  32. Jun 25, 2020
  33. Mar 05, 2020
Loading