- Jan 10, 2022
-
-
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
- 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 01, 2021
-
- 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
-
-
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
-
- Sep 06, 2021
-
-
Schrödter, Tobias authored
-
- Sep 02, 2021
-
-
Schrödter, Tobias authored
-
- Sep 01, 2021
-
-
Schrödter, Tobias authored
- mId was unused - predeclared classes are structs, which could lead to linking errors under the Microsoft C++ ABI 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>
-
- 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 21, 2021
-
-
d.kilic authored
- informs user of unit (cm, not m), if a low value (<100cm) is put in
-
- 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
-
- Jun 08, 2021
-
-
d.kilic authored
- resolve existing and new warnings on MSVC
-
- May 31, 2021
-
-
d.kilic authored
-
- May 11, 2021
-
-
Schrödter, Tobias authored
-
- May 04, 2021
-
-
-
Schrödter, Tobias authored
-
- Apr 20, 2021
-
-
d.kilic authored
- Thus: Made (new function) findColorBlob independent of the GUI (mostly) to enable reuse - added namespaces for reco (reco and reco::detail)
-
- Mar 23, 2021
-
-
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
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
- remove unused includes - change deprecated includes - change to system include when needed Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
Schrödter, Tobias authored
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
Schrödter, Tobias authored
Signed-off-by:
t.schroedter <t.schroedter@fz-juelich.de>
-
- Mar 05, 2021
-
-
d.kilic authored
feat: Adds a custom MessageBox which does not break PeTrack when running with -platform offscreen (mostly CI) Resolve "Custom MessageBox with logging capabilities and offscreen/scripting support"
-
- Mar 04, 2021
-
-
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.
-
- Feb 15, 2021
-
-
d.kilic authored
+ some comments
-
- 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>
-
- Jan 29, 2021
-