Closed YassinAbdelrahman closed 10 months ago
Hi Yassin,
This kind of image would not be possible to acquire with a MobileCArm, so you'll have to specify the projection matrix yourself, using a very large detector and placing it just behind the CT. Szeliski's Computer Vision Ch2 is a good reference, or there are numerous articles online.
Note, if the image is not cone-beam X-ray, then DeepDRR may not be well-suited to this type of projection.
Best,
Benjamin
Hi,
I have recently started using the minimal example to load a CT scan and generate an X-ray projection. I have adjusted parameters so it looks like the following picture:
However, I am looking for something that is zoomed out quite a bit more, something that looks like this:
This is the code I am using:
Could anyone help me accomplish this? I am quite new to CT image processing so any help would be appreciated!
Thank you, Yassin