InsightSoftwareConsortium / itk_cucim

ITK Python filters accelerated with cuCIM
Apache License 2.0
3 stars 3 forks source link

Implement morphological contour interpolation #14

Open thewtex opened 2 years ago

grlee77 commented 2 years ago

reference: https://itk.org/Doxygen/html/classitk_1_1MorphologicalContourInterpolator.html

I don't think we have any equivalent of this in scikit-image or cuCIM, so will have to read the publication and ITK source to determine how difficult an implementation would be.

dzenanz commented 2 years ago

Implementing this filter is rather non-trivial, probably even more so on the GPU.

grlee77 commented 2 years ago

Okay, will likely prioritize some of the other items before this one, but will have to discuss with Matt and the cuCIM team. Is there a particular application where this is heavily used and having a faster version would be of substantial benefit?

dzenanz commented 2 years ago

It is used by Slicer, "Fill between slices" segment editor effect.

dzenanz commented 2 years ago

This filter tends to be slow for large images.