-
Notifications
You must be signed in to change notification settings - Fork 145
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
Step size should be configurable in iterative recon using CudaForwardProjectionImageFilter #564
Comments
arobert01
added a commit
to arobert01/RTK
that referenced
this issue
Nov 23, 2023
based projectors This commit fixes the issue RTKConsortium#564.
arobert01
added a commit
to arobert01/RTK
that referenced
this issue
Nov 23, 2023
based projectors This commit fixes the issue RTKConsortium#564.
arobert01
added a commit
to arobert01/RTK
that referenced
this issue
Nov 24, 2023
This commit fixes the issue RTKConsortium#564.
Fixed by #565 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Cuda forward projection is a ray tracing with tri-linear interpolation. The step size is configurable
https://github.com/RTKConsortium/RTK/blob/master/include/rtkCudaForwardProjectionImageFilter.h#L73
but the option has not been propagated to iterative reconstruction algorithms. This should be implemented for fine voxel reconstruction (<1 unit).
@Nickstaut
The text was updated successfully, but these errors were encountered: