Closed jxhno1 closed 1 hour ago
By Hu you mean Hounsfiel Unit?
Yes, I used the same data but the CudaIterativeFDKConeBeamReconstructionFilter case give me the Hounsfield Unit not close to the CudaFDKConeBeamReconstructionFilter one.
This is not what I observe on a simple example:
rtkprojectshepploganphantom -g g -o proj.mha --spacing 2
rtksimulatedgeometry -o g -n 36
rtkprojectshepploganphantom -g g -o proj.mha --spacing 2
rtkfdk -g g -p . -r ^proj.mha$ -o fdk.mha
rtkiterativefdk -g g -p . -r ^proj.mha$ -o ifdk.mha
That must be something wrong with your data, not an RTK issue. Please provide a concrete demonstration or discuss your data on the mailing list.
As I want to write a demo using CudaIterativeFDKConeBeamReconstructionFilter, and I wonder why the Hu is 200 as it is 1000 when using CudaFDKConeBeamReconstructionFilter.