- 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
-
- 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
-
Ann Katrin authored
-
- Sep 11, 2020
-
-
Ann Katrin authored
-
Ann Katrin authored
-
Ann Katrin authored
txt output to TrackPersonReal instead of TrackPointReal
-
Ann Katrin authored
syncTrackPersonMarkerID accordingly
-
Ann Katrin authored
-
- Sep 10, 2020
-
-
Ann Katrin authored
MarkerID
-
- Sep 03, 2020
-
-
Ann Katrin authored
-
- Sep 01, 2020
-
-
d.kilic authored
-
- Aug 31, 2020
-
-
Ann Katrin authored
-
- Aug 07, 2020
-
-
Ann Katrin authored
changes extetend cropRect by 0.3\*headsize in order to allow better tracking of ArucoCodeMarkers as marker is also visible for tilted heads.
-
- 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
-
- Jun 25, 2020
-
-
- Migrate build system from qmake to cmake - Add catch2 and trompeloeil - Update to CI to execute unit tests - minor fixes of depreacation and warnings - Color can be selected by clicking on the specific hat
-
- Mar 16, 2020
-
-
d.kilic authored
And minor bugfix in tracker.cpp
-
- Mar 05, 2020
-
-
d.kilic authored
-
- Jan 31, 2020
-
-
d.kilic authored
Now everyone should be able to build with OpenCV4
-
- Jan 28, 2020
-
-
d.kilic authored
supported from now on By accident, also enabling background substraction code, that should be enabled, but was disabled due to CV_MAJOR_VERSION == 3 Macro
-
- Jan 13, 2020
-
- Dec 06, 2019
-
-
d.kilic authored
-