- Mar 30, 2022
-
-
Schrödter, Tobias authored
-
- Mar 29, 2022
-
-
Schrödter, Tobias authored
-
d.kilic authored
Enables to move to a frame by clicking on a trajectory via Alt + Dbl-LClick
-
- Mar 23, 2022
-
-
Schrödter, Tobias authored
-
d.kilic authored
- Add large comment describing the approach taken - Use OpenCV data types when possible to do explicit matrix-vector-calculations
-
- Mar 14, 2022
-
-
Schrödter, Tobias authored
-
- Mar 07, 2022
-
-
Schrödter, Tobias authored
-
- Mar 02, 2022
-
-
Schrödter, Tobias authored
-
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.
-
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.
-
- Mar 01, 2022
-
-
Schrödter, Tobias authored
-
- Jan 21, 2022
-
-
d.kilic authored
- Move last used export file from static var to member var - Reset member var on opening a new project
-
- Jan 17, 2022
-
-
Schrödter, Tobias authored
-
- Jan 10, 2022
-
-
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
d.kilic authored
Fix saving only people list in .pet and add unit test for the bug
-
- Jan 05, 2022
-
- Dec 16, 2021
-
-
Schrödter, Tobias authored
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
- Dec 15, 2021
-
-
d.kilic authored
This means PeTrack now requires C3D-files with joint positions added in. This results in a more accurate representation of the skeleton.
-
- Dec 08, 2021
-
-
l.dressen authored
- Dec 03, 2021
-
-
Schrödter, Tobias authored
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
- Dec 01, 2021
-
- Nov 19, 2021
-
-
d.kilic authored
-
- Nov 12, 2021
-
-
d.kilic authored
-
- Nov 03, 2021
-
-
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
-
- Oct 29, 2021
-
-
Schrödter, Tobias authored
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
- Oct 15, 2021
-
-
Schrödter, Tobias authored
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
- Sep 30, 2021
- Sep 15, 2021
-
-
d.kilic authored
-
- Sep 08, 2021
-
-
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
-
- Sep 07, 2021
- Sep 06, 2021
-
-
Schrödter, Tobias authored
-
- Sep 02, 2021
-
-
Schrödter, Tobias authored
-
- Jul 19, 2021
-
-
Schrödter, Tobias authored
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
- Jul 06, 2021
-
-
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
-
d.kilic authored
- Create CodeMarkerOptions-Class - Use CodeMarkerOptions-Class in findCodeMarker - Use CodeMarkerOptions-Class in CodeMarkerWidget
-
- Jul 05, 2021
-
-
Schrödter, Tobias authored
- use ui file as base for the dialog - use .zenodo.json for the list of authors - add function to read authors from file - copy authors list to binary path Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-