[ITK-users] OutputFilter vs InputFilter in ObjectByObjectLabelMapFilter
Bradley Lowekamp
blowekamp at mail.nih.gov
Tue Apr 21 09:04:10 EDT 2015
Just for additional reference, the SliceBySliceImageFilter behaves the same way with its filter parameters. I can't think of any others.
Brad
On Apr 21, 2015, at 6:50 AM, Gaetan Lehmann <gaetan.lehmann at gmail.com> wrote:
> Hi Arnaud,
>
> The output filter is there to be able to apply a pipeline to each object, instead of just a single filter.
> When applying a single filter, the input and output filters are the same filter.
> When applying a pipeline, the input and output filters are not the same filters, maybe not even the same type. It is the responsibility of the user to connect the pipeline properly - this is why the output of the input filter is never used.
>
> HTH,
>
> Gaëtan
>
>
>
> 2015-04-21 10:20 GMT+02:00 Arnaud Gelas <arnaudgelas at gmail.com>:
> Hi Gaetan,
>
> I am spending quite some time on ObjectByObjectLabelMapFilter, and I don’t really understand conceptually the purpose of the OutputFilter vs the InputFilter. Can you give some explanations, please?
>
> Looking at the code, it is bogus if the OutputFilter is different from the InputFilter (in such a case, the pipeline is not fully connected, i.e. the output of the InputFilter is not connected to any internal filter).
>
> Thanks,
> Arnaud
>
> _____________________________________
> 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://public.kitware.com/mailman/listinfo/insight-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20150421/16607997/attachment.html>
More information about the Insight-users
mailing list