You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by softwareCxw July 21, 2023 Can you provide a demo of OpenCL GPUBSplineInterpolateImageFunction?
Target:
Implement the GPU version of BSplineInterpolator
process:
After inheriting BSplineInterpolator, call the GPUBSplineInterpolateImageFunction method
question:
It is found that the data cannot be passed to GPUBSplineInterpolateImageFunction through the SetInputImage function anyway,
Error:
When I pass in GPUInputImageType, it always reports m_Pointer->Register(); abnormal memory access at line itkGPUBSplineInterpolateImageFunction.hxx: 51 m_GPUCoefficients->Graft(this->m_Coefficients);
I don't know how to solve the problem of incoming data, I need to pass in ordinary ITK data or GPU data, so I hope to provide a demo, thank you very much
The text was updated successfully, but these errors were encountered:
Discussed in #939
Originally posted by softwareCxw July 21, 2023
Can you provide a demo of OpenCL GPUBSplineInterpolateImageFunction?
Implement the GPU version of BSplineInterpolator
After inheriting BSplineInterpolator, call the GPUBSplineInterpolateImageFunction method
It is found that the data cannot be passed to GPUBSplineInterpolateImageFunction through the SetInputImage function anyway,
When I pass in GPUInputImageType, it always reports m_Pointer->Register(); abnormal memory access at line itkGPUBSplineInterpolateImageFunction.hxx: 51
m_GPUCoefficients->Graft(this->m_Coefficients);
The text was updated successfully, but these errors were encountered: