Command-line examplesΒΆ
RTK provides command line applications that can be built from the C++ code by turning ON
the RTK_BUILD_APPLICATIONS
CMake option. A few of these applications have also been translated to Python and integrated in the Pypi package. The options of each command line application can be listed with the --help option
.
- 3D, 2D and motion-compensated FDK
- Conjugate gradient
- Forward Projection
- Create gammex phantom
- Amsterdam Shroud
- Elekta Reconstruction
- Varian Reconstruction
- Total Variation Regularized Reconstruction
- Daubechies Wavelets Regularized Reconstruction
- 4DROOSTER: Total variation-regularized 3D + time reconstruction
In applications/rtktutorialapplication/, you will find a very basic RTK application that can be used as a starting point for building your own new application.