[Insight-users] memory handling in data pipeline

Bill Lorensen bill.lorensen at gmail.com
Sat Mar 7 11:54:03 EST 2009


This depends on the filter. Filters that are subclasses of
InPlaceImageFilter can use the same data buffer for inpout and output
if the input and output have the same type and InPlaceOn() is applied
to the filter.
http://public.kitware.com/Insight/Doxygen/html/classitk_1_1InPlaceImageFilter.html

Bill

On Fri, Mar 6, 2009 at 12:47 PM, David Fuentes <fuentesdt at gmail.com> wrote:
>
> How is the memory handled in a sequential pipeline of ImageToImage
> filters?
>
> does each filter in the pipeline have its own data buffer for the pixel
> values?
>
> -or-
>
> do they share a same one from the initial reader?
>
>
> thank you,
> David Fuentes
> _____________________________________
> 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-users
>


More information about the Insight-users mailing list