Hi everybody,
I need to use the BinaryDilateImageFilterType up to 100 of radii to close gaps but i found it really slow, i wonder if there is another fitlter to do the same with a better speed, more optimized?.
Thank you very much
Hi everybody,
I need to use the BinaryDilateImageFilterType up to 100 of radii to close gaps but i found it really slow, i wonder if there is another fitlter to do the same with a better speed, more optimized?.
Thank you very much
You can look into the following:
EDIT: used list to clarify options
I found this to be the fastest option for large radii.
Edit: … when combined with Maurer filter.
Thank you very much for your quick response. Is there any example of those filters?
Thanks