AttributeError: module ‘itk’ has no attribute ‘DescoteauxSheetnessImageFilter’

Hey there

I am trying to use the SheetnessImageFilter from itk in python. However I am getting an AttributeError for this particular filter, others work fine. I saw in another thread that it could be due to incompatibilities with third-party code. (here: AttributeError: module 'itk' has no attribute 'AdaptiveHistogramEqualizationImageFilter')

Is it a similar issue for this filter or is there another reason? It would be really nice if this filter would be available in python.

Thank you very much in advance for your help and sorry for any missing information. This is the first time I post such a question.

DescoteauxSheetnessImageFilter is part of LesionSizingToolkit, which doesn’t have Python wrappings. LesionSizingToolkit itself has seen only minimal maintenance over the years, so adding Python wrapping support to it would probably be non-trivial.

Ahh ok, I see. That makes sense. I will try to find another way. Thank you so much for your help~~