<p dir="ltr">Hi Solomon,<br>
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.<br>
std::cout << forwardProjection->GetOutput()->GetPointer() <<std::endl;<br>
Simon</p>