Skip to content
Snippets Groups Projects
  1. Mar 30, 2022
  2. Mar 29, 2022
  3. Mar 23, 2022
  4. Mar 14, 2022
  5. Mar 07, 2022
  6. Mar 02, 2022
    • Schrödter, Tobias's avatar
      cefb11fe
    • d.kilic's avatar
      Only reduce quality of tracked point on replacing detection · 6a1c86f4
      d.kilic authored
      We previously used a comparison to quality 100 for checking, if a point is a detection or not in the changed code. This was replaced by `80`, so a color-detection on e.g. a multicolormarker with code, which has quality 90, still gets counted as detection.
      
      Also a helper function `isDetection` was created, so that this knowledge about the quality <-> detection relationship isn't scattered everywhere in the code.
      6a1c86f4
    • d.kilic's avatar
      Resolve "Merge doesn't delete already merged person from further evaluation" · 901f3a8c
      d.kilic authored
      There was an error, where a person, who was already deleted because they were merged with another, still got evaluated. During this evaluation, the person which got the index of the deleted one got processed, or a segmentation fault happened, when the deleted person was the last one.
      
      This is fixed by setting `mStatus` to not only signal not being tracked, but also, already being merged away.
      901f3a8c
  7. Mar 01, 2022
  8. Jan 21, 2022
  9. Jan 17, 2022
  10. Jan 10, 2022
  11. Jan 05, 2022
  12. Dec 16, 2021
  13. Dec 15, 2021
  14. Dec 08, 2021
  15. Dec 03, 2021
  16. Dec 01, 2021
  17. Nov 19, 2021
  18. Nov 12, 2021
  19. Nov 03, 2021
    • d.kilic's avatar
      Factor management of trajectories out of Tracker · 3175d63a
      d.kilic authored
      - Stop Tracker inheriting from QVector, instead save TrackPerson in std::vector
      - Save TrackPerson's in another class (new class PersonStorage)
      - Move all functions directly accessing the trajectories in a writing/editing manner into this class
      - Some small refactorings and documentation-comments
      3175d63a
  20. Oct 29, 2021
  21. Oct 15, 2021
  22. Sep 30, 2021
  23. Sep 15, 2021
  24. Sep 08, 2021
    • Schrödter, Tobias's avatar
      Reformat project with clang-format · f08f1a06
      Schrödter, Tobias authored
      - Add clang-format file
      - Add scripts and format check for CI
          - script for checking the format (bash)
          - script for formatting the code (bash)
      - Add format checking to CI
      - Reformat project with clang-format
      f08f1a06
  25. Sep 07, 2021
  26. Sep 06, 2021
  27. Sep 02, 2021
  28. Jul 19, 2021
  29. 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
  30. Jul 05, 2021
Loading