<DIV>
<DIV>Hi, </DIV>
<DIV>&nbsp;</DIV>
<DIV>yes, it is to apply on 2 inputs of the same type: more precisely, on two slices of one image 3D. So, what you mean is that I just have to <STRONG>derive my own filter from itkImageToImageFilter</STRONG> and just modify the constructor of it. </DIV>
<DIV>&nbsp;</DIV>
<DIV>Can you give me some filters builded like this? </DIV>
<DIV>&nbsp;</DIV>
<DIV>- Moreover, I would like to implement a pixel-wise function as well as&nbsp;functions on the overall of my 2 inputs. But, after a first sight on itkBinaryFunctorImageFilter, it seems that a pixel wise function required to be defined in a <STRONG>ThreadedGenerateData</STRONG> function whereas my operations on the overall input images need <STRONG>GenerateData</STRONG> function, right?</DIV>
<DIV>&nbsp;</DIV>
<DIV>ISabelle<BR><BR><B><I>Gaetan Lehmann &lt;gaetan.lehmann@jouy.inra.fr&gt;</I></B> a écrit :</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid"><BR>Hi Isabelle,<BR><BR>There is lots of filters with 2 inputs. If you want to have 2 inputs of same <BR>type, you just have to declare it in the constructor with :<BR><BR>this-&gt;SetNumberOfRequiredInputs(2);<BR><BR>If the 2 image can be of different types, it's a little more complex. You <BR>should look at ConnectedComponentImageFilter which do that. Here is the <BR>relevant part of code in the header :<BR><BR>void SetMaskImage(TMaskImage* mask) {<BR>this-&gt;SetNthInput(1, const_cast<TMASKIMAGE *>( mask ));<BR>}<BR><BR>const TMaskImage* GetMaskImage() const {<BR>return (static_cast<CONST TMaskImage*>(this-&gt;ProcessObject::GetInput(1)));<BR>}<BR><BR>Regards,<BR><BR>Gaetan<BR><BR>On Tuesday 01 November 2005 22:33, Renaud Isabelle wrote:<BR>&gt; Hi,<BR>&gt;<BR>&gt; I am triing to write a filter that will have two inputs and one output.<BR>&gt;<BR>&gt; The only example that I found
 with two inputs is<BR>&gt; itkBinaryFunctorImageFilter. However, my filter will not compute a<BR>&gt; pixel-wise operation.<BR>&gt;<BR>&gt; I am looking for a file like itkImageToImageFilter but with 2 inputs. Then,<BR>&gt; I could derive my own filter from it.<BR>&gt;<BR>&gt; Any example or any idea to give, please?<BR>&gt;<BR>&gt; Isabelle<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; ---------------------------------<BR>&gt; Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger<BR>&gt; Téléchargez le ici !<BR></BLOCKQUOTE></DIV><p>
                <hr size=1> 
<b><font color=#FF0000>Appel audio GRATUIT</font> partout dans le monde</b> avec le nouveau Yahoo! Messenger<br> 
<a href="http://us.rd.yahoo.com/messenger/mail_taglines/default/*http://fr.messenger.yahoo.com">Téléchargez le ici !</a>