[Insight-developers] pipeline level parallel operation

Luis Ibanez luis.ibanez at kitware.com
Sat Nov 28 12:18:33 EST 2009


Hi Richard,

You made an interesting observation.

There is no build-in mechanism for running several filters in parallel.

Most of the ITK infrastructure is focused on facilitating one given
filter to use multiple-threads, but nothing is available for making
easy to run two (or more) downstream filters in parallel.

It would seems that a helper class of the type of the SliceBySlice
filer will come handy here....

Looks like a week-long project that would result in a very nice
paper for the Insight Journal    :-)


     Luis


------------------------------------------------------------------------
On Thu, Nov 26, 2009 at 6:32 PM, Richard Beare <richard.beare at gmail.com> wrote:
> Hi,
> If a pipeline is structured such that several filters take input from
> a common source, but those filters are not multi-threaded, is there
> any (easy) way of having them operate in parallel?
> _______________________________________________
> 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://kitware.com/products/protraining.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
>


More information about the Insight-developers mailing list