Skip to content
Snippets Groups Projects
  1. Sep 07, 2021
    • d.kilic's avatar
      - Add tests for CodeMarkerWidget · 50d44aa1
      d.kilic authored
      - Restrict access to parameters and force usage of setters and getters to ensure signals are being sent, when a parameter changes
      - Some small changes for testability
      - Some small fixes for bugs discovered during testing
      50d44aa1
  2. Sep 02, 2021
  3. Jul 06, 2021
    • d.kilic's avatar
      Resolve "Add Support for mutliple MoCap-Files" · 98e48a35
      d.kilic authored
      - changed dialogue "Open MoCap" to "Manage MoCap"
      - enable loading multiple MoCap-Files (or same with different offset)
      - enable unloading MoCap-Files
      - save all files in pet and load when opening project
      98e48a35
    • d.kilic's avatar
      Resolve "Add CodeMarkerOptions" · ec03b6c0
      d.kilic authored
      - Create CodeMarkerOptions-Class
      - Use CodeMarkerOptions-Class in findCodeMarker
      - Use CodeMarkerOptions-Class in CodeMarkerWidget
      ec03b6c0
  4. Jul 05, 2021
  5. Jun 14, 2021
    • d.kilic's avatar
      Visualisation of fusioned MoCap data · 1daf3db2
      d.kilic authored
      - Loading a C3D-File from XSens into an internal tree structure
      - Transforming the internal skeleton into lines and arrows to be drawn
      - Actual drawing
      - Settings for the visualisation (turning it on/off, changing thickness or color)
      - Saving the path to the C3D and other metadata in the project file
      - Loading the data from the project file
      1daf3db2
  6. May 31, 2021
  7. May 04, 2021
  8. May 03, 2021
  9. Apr 20, 2021
  10. Mar 23, 2021
  11. Mar 10, 2021
  12. Mar 05, 2021
  13. 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
  14. Feb 25, 2021
  15. Feb 15, 2021
  16. Feb 02, 2021
  17. Jan 14, 2021
  18. Dec 22, 2020
  19. Dec 17, 2020
  20. Dec 15, 2020
  21. 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
  22. Dec 03, 2020
  23. Nov 24, 2020
  24. Nov 23, 2020
  25. Nov 19, 2020
  26. Nov 18, 2020
  27. Oct 21, 2020
  28. Sep 30, 2020
  29. Sep 17, 2020
  30. Sep 16, 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. Jan 13, 2020
Loading