Visualisation of fusioned MoCap data
- 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
parent
cd08e20b
No related branches found
No related tags found
Showing
- .gitmodules 3 additions, 0 deletions.gitmodules
- CMakeLists.txt 24 additions, 0 deletionsCMakeLists.txt
- cmake_modules/install_helper.cmake 1 addition, 0 deletionscmake_modules/install_helper.cmake
- ezc3d 1 addition, 0 deletionsezc3d
- include/IO.h 14 additions, 2 deletionsinclude/IO.h
- include/control.h 9 additions, 2 deletionsinclude/control.h
- include/extrCalibration.h 1 addition, 1 deletioninclude/extrCalibration.h
- include/helper.h 3 additions, 2 deletionsinclude/helper.h
- include/moCapController.h 87 additions, 0 deletionsinclude/moCapController.h
- include/moCapItem.h 52 additions, 0 deletionsinclude/moCapItem.h
- include/moCapPerson.h 82 additions, 0 deletionsinclude/moCapPerson.h
- include/moCapPersonMetadata.h 69 additions, 0 deletionsinclude/moCapPersonMetadata.h
- include/openMoCapDialog.h 65 additions, 0 deletionsinclude/openMoCapDialog.h
- include/petrack.h 30 additions, 0 deletionsinclude/petrack.h
- include/skeletonTree.h 228 additions, 0 deletionsinclude/skeletonTree.h
- include/skeletonTreeFactory.h 83 additions, 0 deletionsinclude/skeletonTreeFactory.h
- include/vector.h 45 additions, 31 deletionsinclude/vector.h
- src/IO.cpp 143 additions, 1 deletionsrc/IO.cpp
- src/control.cpp 82 additions, 5 deletionssrc/control.cpp
- src/extrCalibration.cpp 3 additions, 3 deletionssrc/extrCalibration.cpp
Loading
Please register or sign in to comment