- 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
-
-
d.kilic authored
- that means moving the widget and all its signal/slot connections - Create new interface `WorldImageCorrespondence` for all calculations between image/pixel coords and world coords (dispatches to `ExtrCalibration` when 3D, else uses old 2D coord sys) - Moves the methods for wold image correspondence from the `ImageItem` to the newly created `CoordinateSystemBox` - During this change: Make the 2D coord system not depend on `mapToItem`; its now using normal affine transformations (`QTransform`) instead, which incidentally should make #383 easier - `imageSizeChanged` is now a slot of `Control`, such that `ImageItem` can call it without having a reference to `Control` by sending a signal (Following that: image item is now now directly depending on control anymore) - Some include clean-up
- Jun 16, 2023
-
-
l.dressen authored
-
ar.graf authored
-
Tobias Arens authored
Use not readable code marker for fixed head position Closes #152 See merge request !278
-
Tobias Arens authored
- Jun 13, 2023
-
-
d.kilic authored
- Jun 07, 2023
-
-
d.kilic authored
Init reprojection error with 0