- May 25, 2021
-
-
d.kilic authored
- May 11, 2021
-
-
Schrödter, Tobias authored
Replace constants with constexpr Closes #159 See merge request !106
-
Schrödter, Tobias authored
-
d.kilic authored
Set marker color according to color used in threshold i.e. selected color when using MulticolorMarker
-
- May 05, 2021
-
- May 04, 2021
-
-
Schrödter, Tobias authored
Resolve "Remove commented code" Closes #20 See merge request !38
-
-
Schrödter, Tobias authored
Use an enum for the recognition method Closes #138 See merge request !96
-
Schrödter, Tobias authored
- May 03, 2021
-
-
Schrödter, Tobias authored
Resolve "Avoid using namespace std/cv" Closes #158 See merge request !97
-
Schrödter, Tobias authored
-
- Apr 20, 2021
-
-
d.kilic authored
- Thus: Made (new function) findColorBlob independent of the GUI (mostly) to enable reuse - added namespaces for reco (reco and reco::detail)
-
Schrödter, Tobias authored
Resolve blackdot marker endless loop Closes #170 See merge request !100
-
Schrödter, Tobias authored
Fixing the occurring infinite loop, by using `cv::transform` instead of pointer arithmetic when using the blackdot marker. Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
- Mar 23, 2021
-
-
Schrödter, Tobias authored
Add missing const qualifier with clang-tidy See merge request !98
-
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
d.kilic authored
Storing the extrinsic calibration in the .pet file - version bump because of changed .pet-file format; Should be backwards compatible.
-
- Mar 11, 2021
-
- Mar 10, 2021
-
-
Schrödter, Tobias authored
Clean up includes Closes #34 See merge request !92
-
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
Replace NULL with nullptr Closes #156 See merge request !95
-
Schrödter, Tobias authored
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
Schrödter, Tobias authored
Resolve "License header missing in PMessageBox" Closes #154 See merge request !94
-
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
Schrödter, Tobias authored
Add missing include guard Closes #153 See merge request !93
-
Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
Schrödter, Tobias authored
Add git and compiler information to output Closes #97 See merge request !74
-
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"