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

Hough circle transform #45

Open
martlj opened this issue Oct 5, 2022 · 1 comment
Open

Hough circle transform #45

martlj opened this issue Oct 5, 2022 · 1 comment

Comments

@martlj
Copy link

martlj commented Oct 5, 2022

Hi Robert, I'm working on a project where a GPU accelerated Hough circle transform would be very useful. I saw in this thread on image.sc that it's not yet in CLIJ, clesperanto etc and you were looking for someone to contribute the code. I'd be happy to have a go at this, bearing in mind I have no real openCL experience (although lots of C experience so might not be too painful to learn?!). The end-goal for the workflow is python/napari.

Before I dive in, I wanted to check whether you knew anything already existing/in development that I could try. Otherwise where's the best place to start, is there a guide/template I can start from for contributing?

My understanding is the algorithm would parallelise well, and there are a few online pieces about implementations on GPU that I can use to help, e.g. this shows huge speedup (for CUDA, but presumably conceptually the same?)

Keep up the good (award winning ;-) ) work!

@haesleinhuepf
Copy link
Member

Hey Marting @martlj ,

that's a great idea! I had a quick search and found opencl-code for doing this. So maybe, it's indeed possible to implement:

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

2 participants