- Jul 05, 2021
-
-
Schrödter, Tobias authored
Add author names to about menu Closes #52 See merge request !116
-
Schrödter, Tobias authored
- use ui file as base for the dialog - use .zenodo.json for the list of authors - add function to read authors from file - copy authors list to binary path Signed-off-by:
schroedtert <t.schroedter@fz-juelich.de>
-
- Jun 28, 2021
-
-
d.kilic authored
- re-tracking now only replaces a point, if the whole path taken during retracking was better than the point to replace
- Jun 21, 2021
-
-
d.kilic authored
- informs user of unit (cm, not m), if a low value (<100cm) is put in
- Jun 15, 2021
-
-
Schrödter, Tobias authored
Update check for git repo Closes #186 See merge request !114
-
-
- 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>