- Aug 26, 2022
- Jul 29, 2022
-
-
- Jul 12, 2022
-
-
l.dressen authored
-
- Jul 08, 2022
-
-
d.kilic authored
- Preparation on a switch to MSVC on windows - Reason: Support for vcpkg, while MinGW is only community supported
-
- Apr 29, 2022
-
-
l.dressen authored
-
- Apr 07, 2022
-
-
Schrödter, Tobias authored
-
- Mar 30, 2022
-
-
d.kilic authored
Add AutoSave mechanism. The manual changes to the trajectories are counted. After 10 changes, the trajectories are exported to a hidden file. This hidden file can be loaded in the case of an crash of PeTrack. The project file is saved time based.
-
Schrödter, Tobias authored
-
- Mar 01, 2022
-
-
Schrödter, Tobias authored
-
- Jan 17, 2022
-
-
Schrödter, Tobias authored
-
- Jan 10, 2022
-
-
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
-
- 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 02, 2021
-
-
Schrödter, Tobias authored
The newly added workflow tests the building, unit tests, and regression tests on our Mac OS runner. Additionally when creating a release the installer will be uploaded to sciebo.
-
- 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>
-
- Sep 30, 2021
- 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
- Jul 23, 2021
-
-
Schrödter, Tobias authored
-
- Jun 28, 2021
-
-
d.kilic authored
- re-tracking now only replaces a point, if the whole path taken during retracking was better than the point to replace
-
- Jun 14, 2021
-
-
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
-
- May 31, 2021
-
-
d.kilic authored
-
- May 11, 2021
-
-
d.kilic authored
Set marker color according to color used in threshold i.e. selected color when using MulticolorMarker
-
- May 04, 2021
-
-
Schrödter, Tobias authored
-
- Apr 20, 2021
-
-
Schrödter, Tobias authored
Fixing the occurring infinite loop, by using `cv::transform` instead of pointer arithmetic when using the blackdot marker. Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
- Mar 23, 2021
-
-
d.kilic authored
Storing the extrinsic calibration in the .pet file - version bump because of changed .pet-file format; Should be backwards compatible.
-
- Mar 10, 2021
-
-
Schrödter, Tobias authored
Signed-off-by:
t.schroedter <t.schroedter@fz-juelich.de>
-
- Feb 11, 2021
-
-
Schrödter, Tobias authored
- created Button to "import markerID" - import and process a text file containing personID and markerID - synchronize the markerID with the data from input file - allow this as CLI option - read and write filename to pet-file Signed-off-by:
t.schroedter <t.schroedter@fz-juelich.de> Co-Authored-By:
j.adrian <j.adrian@fz-juelich.de>
-
- Dec 17, 2020
-
-
- add button for selecting the height file - add option to CLI for passing the height file
-
d.kilic authored
fix: trackShowOnlyList overwriting trackShowOnly when loading .pet file
-
- Dec 15, 2020
-
-
d.kilic authored
feat: ability to enable or disable an adaptive pyramid level Changed test results.
-
- Nov 20, 2020
-
-
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
-
- Nov 19, 2020
-
-
Schrödter, Tobias authored
- changed LICENSE to match GPLv3 - add license header to project source files - add note to license to ReadMe.md Signed-off-by:
t.schroedter <t.schroedter@fz-juelich.de>
-
- Aug 07, 2020
-
-
Ann Katrin authored
changes extetend cropRect by 0.3\*headsize in order to allow better tracking of ArucoCodeMarkers as marker is also visible for tilted heads.
-