Closed lancexiang closed 3 years ago
It is just a normal filter, so basic use instructions should apply. If you write a bare-bones code to invoke it, it would be nice to submit it as an example.
NumPy array inputs will be supported with a rebuild against ITK 5.1 after it has been released.
Yeah, i have used it in Linux, there were some erros occurs in OSX. But the function consume much time and raise some errors for some mask with spotted region, like chest vessel mask.
I just added a Python usage example in #96.
Hi, i have installed the python package, and i can find it in
itk.MorphologicalContourInterpolator
, but i don't know how to use it? Can you give me a demo in python? best withnumpy.ndarray
as input...Thanks.