Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you provide a demo of OpenCL GPUBSplineInterpolateImageFunction? #941

Open
softwareCxw opened this issue Jul 21, 2023 Discussed in #939 · 0 comments
Open

Can you provide a demo of OpenCL GPUBSplineInterpolateImageFunction? #941

softwareCxw opened this issue Jul 21, 2023 Discussed in #939 · 0 comments

Comments

@softwareCxw
Copy link

Discussed in #939

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant