[Rtk-users] CUDA projections are blank

Simon Rit simon.rit at creatis.insa-lyon.fr
Sat Apr 30 03:08:17 EDT 2016


Hi Solomon,
Hard to say without the full code. Maybe the cudaness of your output image
is lost further in the code. Try accessing the CPU buffer at the end, after
the update, to be sure that the GPU image is transferred to CPU, e.g.
std::cout << forwardProjection->GetOutput()->GetPointer() <<std::endl;
Simon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/rtk-users/attachments/20160430/00fd67f8/attachment-0010.html>


More information about the Rtk-users mailing list