Hi,

I have read in some image using  itk::ImportImageFilter.
 ImportFilterType::Pointer projectionReader = ImportFilterType::New();
...
 projectionReader->Update();

The type of the image is itk:::Image<float,3>. I wonder if there is any way
I can cast it to itk::CudaImage<float,3>?
In rtkforwardprojections.cxx the imageReaderType is defined as
CudaImageType so there is no such problem.

Thanks,
Tao
_______________________________________________
Rtk-users mailing list
Rtk-users@public.kitware.com
https://public.kitware.com/mailman/listinfo/rtk-users

Reply via email to