<div dir="ltr">Hi Arnaud,<div><br></div><div>The output filter is there to be able to apply a pipeline to each object, instead of just a single filter.</div><div>When applying a single filter, the input and output filters are the same filter.</div><div>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.</div><div><br></div><div>HTH,</div><div><br></div><div>Gaëtan</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-04-21 10:20 GMT+02:00 Arnaud Gelas <span dir="ltr"><<a href="mailto:arnaudgelas@gmail.com" target="_blank">arnaudgelas@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Gaetan,<br>
<br>
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?<br>
<br>
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).<br>
<br>
Thanks,<br>
Arnaud</blockquote></div><br></div>