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

ConvexHull #28

Open
romainGuiet opened this issue Feb 17, 2021 · 1 comment
Open

ConvexHull #28

romainGuiet opened this issue Feb 17, 2021 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@romainGuiet
Copy link

the Convex Hull from 3D ImageJ Suite does the job but it's so slow!!!
We usually downscale 2 to 8 times (which means we also lose precision).

Is there a way to have ConvexHull, GPU-fasten?

@haesleinhuepf
Copy link
Member

Hey @romainGuiet ,

GPUs make sense if you can highly-parallelize alorgithms. In clij, I would not immediatly know how to do it, because clij has not ROI-concept intentionally. So far we just worked with binary images and label images. But that may change once we have the woman/man power :-)

Thanks for the great idea!

@haesleinhuepf haesleinhuepf self-assigned this Feb 17, 2021
@haesleinhuepf haesleinhuepf added the help wanted Extra attention is needed label Feb 17, 2021
@haesleinhuepf haesleinhuepf removed their assignment Feb 17, 2021
@haesleinhuepf haesleinhuepf added the enhancement New feature or request label Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants