[Insight-users] itk/simpleitk differences for ReconstructionByDilationImageFilter marker/mask inputs?

Thomas Deschamps tdeschamps at lbl.gov
Tue May 21 02:35:38 EDT 2013


Hi

In ITK ReconstructionByDilationImageFilter it's specifically written in the
documentation<http://www.itk.org/Doxygen/html/classitk_1_1ReconstructionByDilationImageFilter.html>that
The marker image must be less than or equal to the mask image (on a
pixel by pixel basis).
But in SimpleITK I get the following error message with
sitk.ReconstructionByDilationImageFilter:

itk::ERROR: ReconstructionByDilationImageFilter(0x7fd6fc671ea0): Marker
pixels must be >= mask pixels.


So either the message means that some marker pixels have been found to be
>= to mask pixels, or another convention as been chosen. Does anybody know
the answer?

BTW, it is clearly not indicated in the documentation which image is the
marker image and which one is the mask image. Is this documented anywhere?

Thanks for your help.

TD.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20130520/32e55833/attachment.htm>


More information about the Insight-users mailing list