[Insight-users] itkConnectedThresholdImageFilter modification for airway segmentation module

Pietro Nardelli pie.nardelli at gmail.com
Wed Oct 2 12:28:26 EDT 2013


Oh, really? I didn't know that!! So, I suppose there's no need to modify
the class then..sorry for that!

Thank you!
Pietro


2013/10/2 Matt McCormick <matt.mccormick at kitware.com>

> Hi Pietro,
>
> Why is it necessary to use ThresholdBelow instead of ThresholdBetween?
>  They are equivalent when the Lower threshold is not set or is set to
> NumericTraits< PixelType >::NonpositiveMin().
>
> Thanks,
> Matt
>
>
> On Wed, Oct 2, 2013 at 2:19 PM, Pietro Nardelli <pie.nardelli at gmail.com>
> wrote:
> > Hi guys,
> >
> > I am developing a new module for airway segmentation to be implemented in
> > Slicer. For my purposes I am using the itkConnectedThresholdImageFilter
> > class of ITKv4. I decided to modify it though, as I need to use the
> method
> > ThresholdBelow of the class instead of ThresholdBetween.
> > I was wondering if instead of modifying the class, and therefore having
> to
> > add a new class to my module, it was somehow possible to call the method
> > ThresholdBelow directly when the class is implemented. Or, otherwise, if
> my
> > change can be contributed back to ITK proper.
> > Any thoughts?
> >
> > Thank you very much,
> >
> > Pietro
> >
> > _____________________________________
> > Powered by www.kitware.com
> >
> > Visit other Kitware open-source projects at
> > http://www.kitware.com/opensource/opensource.html
> >
> > Kitware offers ITK Training Courses, for more information visit:
> > http://www.kitware.com/products/protraining.php
> >
> > 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-users
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20131002/5377c7f0/attachment.htm>


More information about the Insight-users mailing list