- Mar 23, 2021
-
-
d.kilic authored
Storing the extrinsic calibration in the .pet file - version bump because of changed .pet-file format; Should be backwards compatible.
-
- Mar 10, 2021
-
-
Schrödter, Tobias authored
- remove unused includes - change deprecated includes - change to system include when needed Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
Schrödter, Tobias authored
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
Schrödter, Tobias authored
Signed-off-by:
t.schroedter <t.schroedter@fz-juelich.de>
-
- Mar 05, 2021
-
-
d.kilic authored
feat: Adds a custom MessageBox which does not break PeTrack when running with -platform offscreen (mostly CI) Resolve "Custom MessageBox with logging capabilities and offscreen/scripting support"
-
- Mar 04, 2021
-
-
d.kilic authored
Change the layout to get into an usable state. It now displays good enough on even small displays with high resolutions. There is still some room for improvement.
-
- Feb 15, 2021
-
-
d.kilic authored
+ some comments
-
- Feb 11, 2021
-
-
Schrödter, Tobias authored
- created Button to "import markerID" - import and process a text file containing personID and markerID - synchronize the markerID with the data from input file - allow this as CLI option - read and write filename to pet-file Signed-off-by:
t.schroedter <t.schroedter@fz-juelich.de> Co-Authored-By:
j.adrian <j.adrian@fz-juelich.de>
-
- Jan 29, 2021
-
- Jan 14, 2021
-
- Jan 06, 2021
-
- Dec 17, 2020
-
-
- add button for selecting the height file - add option to CLI for passing the height file
-
d.kilic authored
-
- Dec 15, 2020
-
-
d.kilic authored
feat: ability to enable or disable an adaptive pyramid level Changed test results.
-
- Dec 09, 2020
-
-
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
-
- 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
- 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 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`
-
- Oct 21, 2020
-
-
Schrödter, Tobias authored
Signed-off-by:
Schrödter, Tobias <t.schroedter@fz-juelich.de>
-
- 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.
-
- Oct 05, 2020
-
-
d.kilic authored
-
- Oct 02, 2020
-
-
Ann Katrin authored
-
- Sep 30, 2020
-
-
d.kilic authored
queue instead of a signal from QSingleShot This performs better when used on a system under high load, like a weak laptop or a PC doing other stuff like compiling as well.
-
- Sep 17, 2020
-
-
Ann Katrin authored
files
-
Ann Katrin authored
-
- Sep 16, 2020
-
-
Schrödter, Tobias authored
Signed-off-by:
Schrödter, Tobias <t.schroedter@fz-juelich.de>
-
- Sep 14, 2020
-
-
Ann Katrin authored
-
- Sep 11, 2020
-
-
Ann Katrin authored
txt output to TrackPersonReal instead of TrackPointReal
-
Ann Katrin authored
syncTrackPersonMarkerID accordingly
-
Ann Katrin authored
-
- Sep 03, 2020
-
-
Ann Katrin authored
-
- Aug 07, 2020
-
-
- added Aruco Code dictionary dict_mip_36h12 - a new dictionary was added, that is part of die Aruco library but not part of the predefined Dictionarys in opencv - corresponding test was added
-
- Jul 22, 2020
-
-
2) Started combined detection of CodeMarker on orange head MAJOR BUG: CodeMarker is only detected if large picture is handed over to detectCodeMarker-Funktion and not if a partial image is handed over.
-
- Jul 15, 2020
-
-
* track * void trackFeaturePointsLK(int level); * void refineViaColorPointLK(int level, float errorScale); * void useBackgroundFilter(QList& trjToDel, BackgroundFilter \*bgFilter); * void refineViaNearDarkPoint(); Also added: * void preCalculateImagePyramids(int level); Which doubles the performance (10 minutes on the regression test instead of 20) All in all: * Split Tracker::track for readability * Added Doxygen comments * Precalculate image pyramids * Factored merging out of Tracker::insertFeaturePoints
-