rapidsai / cucim

cuCIM - RAPIDS GPU-accelerated image processing library
https://docs.rapids.ai/api/cucim/stable/
Apache License 2.0
356 stars 61 forks source link

Marching cubes #332

Open jakirkham opened 2 years ago

jakirkham commented 2 years ago

Based on this user comment, seems like there may be some interest in a marching cube implementation on GPU.

grlee77 commented 2 years ago

It looks like there are a number of CUDA implementations around, but I don't know if there are any with Python wrappers. I agree that it would be useful to provide.

various existing CUDA implementations