[Insight-users] ReconstructionImageFilter problem with marker and mask image
Richard Beare
richard.beare at gmail.com
Thu Jul 10 07:00:58 EDT 2008
Hi,
I never liked this restriction, but it was in the original version so
I kept it. The algorithm in this version solves that issue implicitly.
Anyway, for reconstruction by dilation the mask must be greater than
equal to the marker, on a pixel by pixel basis. Usually the types will
be the same.
An easy way to deal with the problem is to generate the marker by
taking a pixel-wise min of the mask and the original marker image.
On Thu, Jul 10, 2008 at 6:45 PM, David Dubois <dubois at enst.fr> wrote:
>
> Hi,
>
> I am new to ITK (using it through OTB). I am trying to use the
> ReconstructionByDilationImageFilter and get an error similar to this:
> Marker image must be greater than Mask image.
>
> I looked throughout the documentation and all I could get is that pixel
> by pixel the marker image should be greater than the mask image. What
> does this mean exactly? Pixel values? (ie: mask x,y = 100 so marker x,y
> must be at least 101??). Or is this type related? (ie: Marker is double
> so mask should be float or int?).
>
> Thank you for your help,
>
> DD
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>
More information about the Insight-users
mailing list