[Insight-developers] own ImageToImageFilter doesn't work

Luis Ibanez luis.ibanez at kitware.com
Sat Aug 15 12:49:31 EDT 2009


Hi Michael,

What is special in the ConnectedThresholdImageFilter, is that
the seed point that you are providing MUST has a pixel intensity
inside the range of your Lower and Upper thresholds. Which are
Lower = 0, and Upper =800, in your case.

It is very likely that the pixel at index (250,250) [the seed point
that you are passing] doesn't have an intensity value in the range
0-800.


   Regards,


        Luis


-------------------------------------------------------------------------------------------
On Thu, Aug 13, 2009 at 8:54 AM, Michael Siegesmund <
TheSmashingPumpkin at web.de> wrote:

> Thank you for your advices, Mathieu & Bill. But it still doesn't work. :-(
> Actually, I found out that my problem has something to do with the
> ConnectedThresholdImageFilter I use in the pipeline. If I replace it with
> BinaryThresholdImageFilter (for example), everything works fine.
> The Question is: What is so special about the
> ConnectedThresholdImageFilter? And what should I do to make it working?
>
>
> ________________________________________________________________
> Neu: WEB.DE Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate
> für nur 19,99 Euro/mtl.!* http://produkte.web.de/go/02/
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-developers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/mailman/private/insight-developers/attachments/20090815/3e63a058/attachment.htm>


More information about the Insight-developers mailing list