- Feb 03, 2023
-
-
d.kilic authored
- Move "filter before" GroupBox into own widget - Move "intrinsic" GroupBox into own widget - Save intrinsic calibration in struct - Use said struct as parameter for `CalibFilter` - Add `setValue`-helper function for loading values into UI respecting min/max - Move PeTrack-Version from Setter to Constructor of Petrack-object - Add Unit-Tests
-
- Jan 19, 2023
-
-
Schrödter, Tobias authored
-
- Jan 12, 2023
-
-
d.kilic authored
-
- Nov 16, 2022
-
-
Schrödter, Tobias authored
-
- Nov 11, 2022
-
-
Schrödter, Tobias authored
-
- Nov 10, 2022
-
-
Schrödter, Tobias authored
-
d.kilic authored
- Changes shortcut for jumping to frame
-
- Nov 09, 2022
-
-
l.dressen authored
-
- Oct 27, 2022
-
-
l.dressen authored
-
- Oct 26, 2022
-
-
Tobias Arens authored
-
- Oct 21, 2022
-
-
d.kilic authored
This - enables editing the .ui-file without changing control.h; reducing recompile time - encapsulates the widgets themselves from everything outside of Control
-
- Sep 22, 2022
-
-
Schrödter, Tobias authored
-
- Sep 12, 2022
-
-
Tobias Arens authored
-
- Sep 01, 2022
-
-
d.kilic authored
The custom spinboxes ignore the wheel event, i.e. can not be changed with the mouse wheel. This MR does not touch sliders. **Sliders can still be changed by scrolling** and spinboxes connected to sliders (i.e. translation of coordinate system) are changed as well, when the slider is changed by scrolling.
-
- Jul 29, 2022
-
-
- Jul 08, 2022
-
-
d.kilic authored
- Preparation on a switch to MSVC on windows - Reason: Support for vcpkg, while MinGW is only community supported
-
- Jun 14, 2022
-
-
Schrödter, Tobias authored
-
- Jun 03, 2022
-
-
d.kilic authored
- Alt + holding left mouse-button enables to move the point under the cursor by dragging it with the mouse - Point isn't moved anymore as soon as either the mouse button or alt are not pressed anymore - Added documentation in "Key Bindings" Window for this and for !188 (Jumping to frame of trackpoint under cursor; Alt + dbl-Click)
-
- May 06, 2022
-
-
Klein, Janine authored
-
- Apr 29, 2022
-
-
l.dressen authored
-
- Apr 07, 2022
-
-
Schrödter, Tobias authored
-
- Mar 30, 2022
-
-
Schrödter, Tobias authored
-
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.
-
- Mar 29, 2022
-
-
d.kilic authored
Enables to move to a frame by clicking on a trajectory via Alt + Dbl-LClick
-
- Mar 23, 2022
-
-
Schrödter, Tobias authored
-
d.kilic authored
- Add large comment describing the approach taken - Use OpenCV data types when possible to do explicit matrix-vector-calculations
-
- Mar 14, 2022
-
-
Schrödter, Tobias authored
-
- Mar 07, 2022
-
-
Schrödter, Tobias authored
-
- Mar 02, 2022
-
-
d.kilic authored
We previously used a comparison to quality 100 for checking, if a point is a detection or not in the changed code. This was replaced by `80`, so a color-detection on e.g. a multicolormarker with code, which has quality 90, still gets counted as detection. Also a helper function `isDetection` was created, so that this knowledge about the quality <-> detection relationship isn't scattered everywhere in the code.
-
d.kilic authored
There was an error, where a person, who was already deleted because they were merged with another, still got evaluated. During this evaluation, the person which got the index of the deleted one got processed, or a segmentation fault happened, when the deleted person was the last one. This is fixed by setting `mStatus` to not only signal not being tracked, but also, already being merged away.
-
- Mar 01, 2022
-
-
Schrödter, Tobias authored
-
- Jan 21, 2022
-
-
d.kilic authored
- Move last used export file from static var to member var - Reset member var on opening a new project
-
- Jan 17, 2022
-
-
Schrödter, Tobias authored
-
- Jan 10, 2022
-
-
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
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
-