Small helper application to generate videos using the VTK and ITK libraries. All the scripting and animation is done in C++, so the application must be compiled every time the scene changes.
The following libraries are required:
- Qt 5 opensource framework.
- ITK - Insight Segmentation and Registration Toolkit.
- VTK - The Visualization Toolkit.
The only current option is build from source as binaries are not provided.
Main dialog allows the user to reposition the camera in the view before the rendering process and configure a minimal set of rendering options.
Version: 1.1.0
Status: finished
cloc statistics
Language | files | blank | comment | code |
---|---|---|---|---|
C++ | 5 | 338 | 183 | 1279 |
C/C++ Header | 4 | 103 | 253 | 202 |
CMake | 1 | 17 | 3 | 58 |
Total | 10 | 458 | 439 | 1539 |