- Apr 20, 2021
-
-
Schrödter, Tobias authored
Resolve blackdot marker endless loop Closes #170 See merge request !100
-
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
-
-
Schrödter, Tobias authored
Add missing const qualifier with clang-tidy See merge request !98
-
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 11, 2021
-
- Mar 10, 2021
-
-
Schrödter, Tobias authored
Clean up includes Closes #34 See merge request !92
-
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
Replace NULL with nullptr Closes #156 See merge request !95
-
Schrödter, Tobias authored
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
Schrödter, Tobias authored
Resolve "License header missing in PMessageBox" Closes #154 See merge request !94
-
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
Schrödter, Tobias authored
Add missing include guard Closes #153 See merge request !93
-
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
Schrödter, Tobias authored
Add git and compiler information to output Closes #97 See merge request !74
-
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 25, 2021
-
-
Schrödter, Tobias authored
Add error message box and cancel import when not supported trc version found in trc file Closes #76 See merge request !86
-
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
- Feb 15, 2021
-
-
d.kilic authored
+ some comments
- Feb 11, 2021
-
-
Schrödter, Tobias authored
Import markerID for personID Closes #54 See merge request !75
-
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>
-
- Feb 09, 2021
-
-
Schrödter, Tobias authored
Change CI to use ubuntu instead of arch Closes #136 See merge request !85
-
Schrödter, Tobias authored
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
- Feb 02, 2021
-
-
d.kilic authored
all trajectories being visible
- Jan 29, 2021
-
-
Schrödter, Tobias authored
Solve segmentation fault when opening person details Closes #134 See merge request !83
-
Schrödter, Tobias authored
- Removed spacer from messagebox which caused the segmentation fault - Corrected indentation of the function
-
d.kilic authored
Fix deletion of RegisteredApplication RegValues The Registry Values in all RegisteredApplication Keys get properly deleted now. Also `HKCU\Software\Forschungszentrum Juelich GmbH` is deleted if it only has one entry (which then is `PeTrack`). If it has multiple entries, i.e. some other software was installed under the same registry key, only `HKCU\Software\Forschungszentrum Juelich GmbH\PeTrack` gets deleted. Closes #131 See merge request !81
-
d.kilic authored
-