[Insight-users] Cut ITK pipeline for filter

Bill Lorensen bill.lorensen at gmail.com
Thu Aug 1 12:13:31 EDT 2013


You can disconnect the pipeline with:
filter->DisconnectPipeLine();



On Thu, Aug 1, 2013 at 12:10 PM, Jose Ignacio Prieto <
joseignacio.prieto at gmail.com> wrote:

> Hi all, I have loaded a 4d matrix (x,y,z,t) and then I try to segment it
> (a first try using otsu 4d for easiness). To visualize it on VTK I use
> itk::extractimagefilter<4d,3d> and then imagetovitkimagefilter<3d>
> The problem is that when changing the frame number using a callback, the
> pipeline segments the whole file agains instead of doing the complete
> segmentation at the first time and then just changing the visualization
> part of the pipeline. I think it is working this way because without the
> otsu filter step, the frame change would be very fast, but know it takes 5
> secs and 100%cpu. Is there something like "update and stay" for the otsu
> output?
>
> Thanks
> Ignacio
>
> --
> José Ignacio Prieto
> celular(nuevo): 94348182
>
> _____________________________________
> 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
>
>


-- 
Unpaid intern in BillsBasement at noware dot com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20130801/679e9b99/attachment.htm>


More information about the Insight-users mailing list