- Dec 09, 2020
-
-
Schrödter, Tobias authored
Enable multiline comments See merge request !63
-
Schrödter, Tobias authored
- Enable multi line comments by changing to a multi line dialog - When saving and loading line breaks get replaced with `\n` and vice versa - Append 'Frame :' if this has not already be done
-
- Dec 07, 2020
-
-
d.kilic authored
Fixed occurence of warning "Looping and tracking can't be used together" when looping isn't activated
-
- Dec 04, 2020
-
-
Schrödter, Tobias authored
Resolve deprecated warnings for Qt 5.15.2 Closes #100 See merge request !64
-
- Dec 03, 2020
-
-
Schrödter, Tobias authored
Signed-off-by:
t.schroedter <t.schroedter@fz-juelich.de>
-
- Nov 25, 2020
-
-
d.kilic authored
Important for caching and cache invalidation in CalibFilter
-
- Nov 24, 2020
-
-
d.kilic authored
fix: Video now always ends with last frame, even when fixing framerate
- Nov 23, 2020
-
-
d.kilic authored
- Changed UI accordingly - Fixing framerate and enforcing it via frame dropping
- Nov 20, 2020
-
-
d.kilic authored
- not considering border correctly in color picker - not considering distortion in color picker - drifting part of map-index in GUI and in source code
- Nov 19, 2020
-
-
Schrödter, Tobias authored
Resolve "Adding licence to project" See merge request !50
-
Schrödter, Tobias authored
- changed LICENSE to match GPLv3 - add license header to project source files - add note to license to ReadMe.md Signed-off-by:
t.schroedter <t.schroedter@fz-juelich.de>
-
- Nov 18, 2020
-
-
d.kilic authored
Playback now is controlled via a loop, not semi-recursive function calls.
- Nov 13, 2020
-
-
d.kilic authored
- Nov 12, 2020
-
-
Schrödter, Tobias authored
Remove whitebalance class Closes #87 See merge request !56
-
- Nov 10, 2020
-
-
Schrödter, Tobias authored
Signed-off-by:
t.schroedter <t.schroedter@fz-juelich.de>
-
- Nov 05, 2020
-
-
d.kilic authored
Use a constexpr function to determine the filename from the path given by `__FILE__` for use by `debout`
- Nov 04, 2020
-
-
Schrödter, Tobias authored
Adding clang-tidy file Closes #14 See merge request !54
-
- Oct 30, 2020
-
-
Schrödter, Tobias authored
-
- Oct 29, 2020
-
-
d.kilic authored
-
Schrödter, Tobias authored
Resolve "Update to C++-17" Closes #80 See merge request !52
- Oct 28, 2020
-
-
Schrödter, Tobias authored
-
- Oct 27, 2020
-
-
Schrödter, Tobias authored
Remove avifile from repo and move to 3rdparty See merge request ias7/petrack!49
-
Schrödter, Tobias authored
Signed-off-by:
t.schroedter <t.schroedter@fz-juelich.de>
-
- Oct 26, 2020
-
-
Schrödter, Tobias authored
Resolve "Update 3rdparty" Closes #79 See merge request ias7/petrack!48
-
Schrödter, Tobias authored
- 3party reference to new repo - CI: - Use ninja as build tool - Build and install trompeloeil from source Signed-off-by:
t.schroedter <t.schroedter@fz-juelich.de>
-
- Oct 21, 2020
-
-
Schrödter, Tobias authored
Resolve "Fix warnings" Closes #15 See merge request !15
-
Schrödter, Tobias authored
Signed-off-by:
Schrödter, Tobias <t.schroedter@fz-juelich.de>
-
Ann Katrin authored
Resolve "upper case to lower case" Closes #75 See merge request !46
-
- Oct 20, 2020
-
-
Ann Katrin authored
-
- Oct 12, 2020
-
-
d.kilic authored
Improve performance by caching the result of initUndistortRemap and only applying the remapping each frame, instead of doing both each frame as was done with the call to undistort.