Can you provide a demo of OpenCL GPUBSplineInterpolateImageFunction? #939
Unanswered
softwareCxw
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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);
Beta Was this translation helpful? Give feedback.
All reactions