- Sep 12, 2023
-
-
d.kilic authored
Due to a mistake in !267, the error of the extrinsic calibration was calculated using the old calibration (i.e. all zeros on a new project). This leads to a terrible error and thusly to the rejection of the new calibration. This commit fixes this by using the new extrinsic parameters to calculate the reprojection error. It also adds some simple regression tests for the extrinsic calibration to catch such mistakes earlier in the future.
-
- Sep 08, 2023
-
-
Tobias Arens authored
Resolve "Make Slider only scrollable when clicking on them" Closes #333 See merge request !305
-
Tobias Arens authored
-
- Sep 06, 2023
- Sep 05, 2023
- Sep 04, 2023
- Sep 01, 2023
- Aug 08, 2023
-
-
m.boltes authored
- Jul 28, 2023
-
-
Tobias Arens authored
Resolve "Check whether mProFile is a directory" Closes #353 See merge request !291
-
Tobias Arens authored
-
- Jul 26, 2023
-
-
d.kilic authored
This commit deletes the concurrent call to updateImage, since it lead to instability. Especially on Mac, PeTrack would randomly freeze and perform poorly overall; sometimes even crash. (Due to functions executed on different threads which should only be executed from a specific thread, potentially over a queued connection, i.e. signal-slot)
- Jul 18, 2023
-
-
d.kilic authored
The Player continued to play the video after the main window was closed. Now pauses the video once the window is closed, so that all of PeTrack can exit.
- Jul 12, 2023
-
-
d.kilic authored
- handle special case of calling the function without wanting to delete anything (i.e. cound == 0)
- Jul 11, 2023
-
-
d.kilic authored
- delete dead code - simplify existing code, e.g. by using Qt drawing utilities instead of our own
- Jul 04, 2023
-
-
d.kilic authored
Since OpenCV is quite slow in debug, we always link against the release version. This does not work with MSVC due to incompatible crt's. Therefore, we don't do it on MSVC and have to live with the slowness...
- Jun 22, 2023
-
-
Tobias Arens authored
Merge branch '227-add-script-which-checks-if-license-header-is-added-to-new-source-files' into 'master' add script to check license header Closes #227 See merge request !286
-
Tobias Arens authored
-
Schrödter, Tobias authored
Add extra tab for trajectory tests Closes #214 See merge request !141
-
Schrödter, Tobias authored
Allows to display the result of the current plausibility checks, e.g., inside ROI at begin or end, short trajectories, equality to other person or fast velocity variations, in a table. Clicking on the table jumps to the person(s) and frame of the failed check. A color encoded column shows if the issue was already resolved. The color will be automatically adjusted when a person is changed.
-
- Jun 21, 2023
-