- 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
-
- May 31, 2023
-
-
Schrödter, Tobias authored
Remove the inheritance from `TrackPerson` in favor of composition, this allows a better handling of interactions with the `TrackPerson` as changes now go through defined interfaces. Main changes: * `TrackPerson` no longer **is** a `QList<TrackPoints>` * `TrackPerson` now **has** a `QList<TrackPoints` * new function `deleteFrameRange` which will delete a range of frames, but leaving no gaps in the middle * `lastFrame` is now compute and not stored, hence no need to update it * `firstFrame` is set when creating a `TrackPerson` and will be updated when needed automatically
-
- May 09, 2023
-
-
d.kilic authored
-
- May 02, 2023
-
-
ar.graf authored
-
- Apr 25, 2023
-
-
d.kilic authored
The image center (or principal point) could be set wrongly if the previous project had a significantly lower resolution, disallowing values for cx,cy such as the correct ones for the next project. -> load video (and therefore imagesize) first
-
- Apr 19, 2023
-
-
l.dressen authored
-
Schrödter, Tobias authored
-
- Apr 14, 2023
-
-
Klein, Janine authored
-
- Apr 11, 2023
-
-
d.kilic authored
New procedure for dealing with invalid pet-file: - save current state before loading new file - open new file - throw exception on erroneous value - catch exception at top level and restore old state - show error message
-
- Mar 27, 2023
-
-
d.kilic authored
- Introduces `ExtrinsicParameters`-Struct - Extract `ExtrinsicBox` from `Control`
-
- Mar 17, 2023
-
-
d.kilic authored
-
- Mar 06, 2023
-
-
d.kilic authored
- Move slots to FilterBeforeBox when concerning its elemets - Fix Tab order of new extracted widgets - Delete dependency to Control by AutoCalib
-
- Mar 01, 2023
-
-
d.kilic authored
- Feb 28, 2023
-
-
Schrödter, Tobias authored
-
- Feb 27, 2023
-
-
Schrödter, Tobias authored
-
- Feb 06, 2023
-
-
Schrödter, Tobias authored
-
- 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 27, 2023
-
- Jan 19, 2023
-
-
Schrödter, Tobias authored
-
- Dec 01, 2022
-
-
Schrödter, Tobias authored
-
- Nov 16, 2022
-
-
Schrödter, Tobias authored
-
- Nov 11, 2022
-
-
Schrödter, Tobias authored
-
Schrödter, Tobias authored
-
- Nov 10, 2022
-
-
Schrödter, Tobias authored
-
d.kilic authored
- Changes shortcut for jumping to frame
-
- 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 01, 2022
-
-
d.kilic authored
-
- Aug 26, 2022
-
-
d.kilic authored
- Remove Ctrl+E Shortcut for video view export - Make Shortcut Shift+T usable no matter which tab is selected
-
- 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 09, 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)
-
- Apr 29, 2022
-
-
l.dressen authored
-
- Mar 30, 2022
-
-
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
-
-
Schrödter, Tobias authored
-
d.kilic authored
Enables to move to a frame by clicking on a trajectory via Alt + Dbl-LClick
-