- Jun 14, 2021
-
-
d.kilic authored
- Loading a C3D-File from XSens into an internal tree structure - Transforming the internal skeleton into lines and arrows to be drawn - Actual drawing - Settings for the visualisation (turning it on/off, changing thickness or color) - Saving the path to the C3D and other metadata in the project file - Loading the data from the project file
-
d.kilic authored
-
- Jun 08, 2021
-
-
d.kilic authored
- resolve existing and new warnings on MSVC
- Jun 07, 2021
-
-
m.boltes authored
- May 31, 2021
-
-
d.kilic authored
- 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