clij / clijx

Other
4 stars 6 forks source link

ConvexHull #28

Open romainGuiet opened 3 years ago

romainGuiet commented 3 years ago

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 commented 3 years ago

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!