<div dir="ltr">Hello Developers,<br><br>I am new in the medical image processing world, and I'm working on 3D Slicer.<br>Me and my fellows are trying to create a new CLI module in slicer that get a volume as an input, and returns a volume which<br>
is a rotation of the input volume.<br><br>the slicer produces these 2 files as input and output for our CLI module:<br><br>Input: ../IJC_vtkMRMLScalarVolumeNodeB.nrrd<br>Output: ../IJC_vtkMRMLScalarVolumeNodeC.nrrd<br><br>
We know that we need to use the VtkTransform class for the rotation<br>but we fail to read the input file, connect it to the transform class and write it as output file.<br><br>so we appreciate if you'll answer this:<br>
1) what VTK classes are used to read and write to this nrrd format<br>2) how to make the connection between these 3 objects (read,transform,write<br>we will appreciate if you can give us some code example as well<br><br>Thanks,<br>
Elad Dabool.<br> <br> <br><br></div>