-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to specify image dimensions for reconstructed images #8
Comments
Hello Regarding your questions:
This cropping is just for speed purposes. Let me know if it works for you. |
Thanks for the reply. I could reconstruct images in specified image dimensions. Now regarding the segmentation part, I also want to crop the projection data to reduce reconstruction time. But also want background information from the removed part to have a more realistic image view in the reconstructed images. Is it a correct approach to run a one-iteration SART on removed projection data and then blend the images of segmented and cropped out projection parts for final images? |
It depends what you call "correct". This approach seems reasonable to me because we don't care that much with this background information. You could also set it all to 0. Good luck :) |
Hi @roshtha , could you please share your e-mail with me? We have some problems that we are unable to find answers. Thanks in advance. |
or you can just e-mail me: fettah409@gmail.com |
Hello Fettah, I just answered your e-mail. |
Hello,
I run
SART
algorithm for reconstructing images. I understand that the functiondataPreprocess
resizes the projection data to contain only the needed object andSART
algorithm reconstructs images to this projection data size. I have a few questions:How can I set image dimensions (widthxheight) for reconstructed images? For example I have detector panel pixel density as
But want to get reconstructed images in dimenstions of
803x1127 (WidthxHeight)
. How can I specify image dimensions?Second question is regarding function
dataPreprocess
. The segmentation crops projection data and we loose information from the removed part. How can we get information from this part for the reconstructed images?It would be very helpful if you can provide some inputs on this.
Thanks.
The text was updated successfully, but these errors were encountered: