Small code to build 3D images from radiotherapy structure sets (RTSTRUCT).
Cmake is required to build the code.
Two libraries are required
The code is built using:
git clone [email protected]:osaut/RTStruct2Vtk.git
cd RTStruct2Vtk
cmake .
make
The code is called with a RTStruct file in argument
./rtsr.out RTStruct.dcm
it should create VTI
volumes file that Paraview can read and that VTK can convert to other useful file formats. A volume is created for each delineation found in the RTStruct file.