I think we are missing some transformation on intensity right before the projection and I don’t what should be. I searched for it and I found this paper:
Is there any transformation on the intensity of 3D CT image that results in 2D projection looking more like chest Xray? Is there anything like that paper implemented in ITK?
Also, if someone can provide some insight into how to use the available options with the GetDRRSiddonJacobsRayTracing method.
Can you please elaborate on interrogated volume selection. Also, I have build OpenRTK. Can you please point me to the specific filter that provide this functionality. Meanwhile, I played around with the example in ITK filtering: “DigitallyReconstructedRadiograph1”. Its looks very similar to InsightSoftwareConsortium/ITKTwoProjectionRegistration/blob/master/test/GetDRRSiddonJacobsRayTracing.cxx
But there is no option to choose projection angle. How can we provide projection angle in “DigitallyReconstructedRadiograph1” example?
Hi, I am also trying to use DRR to create biplanar xrays from CT files. I don’t know c++, I want to use python. I spent hours to compile ITK modules, now trying to understand the examples, but I don’t have time for this for this week at least. Is it possible to use python without compiling ITK files? How can I do it?
Hello @sumedha_singla@matt.mccormick
I am quite new to ITK. Could you help to simply explain how to do the input of CT series (what i have a series of .dcm). ? Do I need to convert to other format for itkImageFileReader ?
Take a look at this example of how to convert a DICOM series into a single 3D image. Then you can use itkImageFileReader on that single image. Otherwise you will have to use the DICOM series reading code if you don’t want to convert first.