Hi,
Is it possible that no python wrapper exists for the LabelOverlapMeasuresImageFilter class?
If necessary, I can take a shot at adding the wrapper if someone would point me in the right direction.
Tested on itk 4.13.0 (pip installed and own build).
Thanks,
Christophe
blowekamp
(Bradley Lowekamp)
2
Hello,
Yes, ITK Python does appear not to have a wrapping file:
The ITK Software Guide contains a section (9.5 Wrapping) devoted to explain how wrapping can be done in ITK. It should not be a hard filter to wrap.
If you need immediate access to this filter, I will also shamelessly plug that SimpleITK already has it. Additionally, there is a very nice SimpleITK notebook demonstrating its usage:
http://insightsoftwareconsortium.github.io/SimpleITK-Notebooks/Python_html/34_Segmentation_Evaluation.html
Thank you Bradley for the quick reply. I’ll have a look at both resources!
Christophe