No this is not possible in ITK. Filters in ITK are designed to treat N dimensional images as N dimensional images, and not as series of N-1 dimensional images. <br><br>You might want to either revisit your algorithm to see if what you&#39;re doing is really appropriate and if so, use the ExtractImageFilter to create a series of N-1 dimensional images, filter each image and use the JoinImageFilter to compose them back. 
<br><br>You could write a composite ITK filter that hides these complexities away within itself too.<br><br>HTH<br>-- <br>karthik<br><br><div><span class="gmail_quote">On 2/1/07, <b class="gmail_sendername">Ali -</b> &lt;
<a href="mailto:saveez@hotmail.com">saveez@hotmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



<div><div style="text-align: left;">Searching the archive, this question has been asked many times<br>during the past years -- and no answer.<br><br>How is it possile to apply a filter ro EVERY slice of an image? I am<br>
not talking about ExtractImageFilter wich give only one slice. This<br>should be an quivalent of f(a(:,1)) in matlab where filter f() is applied<br>to the first column of image a.<br><br>If itk cannot do this, how is it possible to do it in vnl interfaced to itk?
<br><br><br>Can someone answer this question finally? Luis! Where are you!<br></div><span class="ad"><br><hr>Get connected - Use your Hotmail address to sign into Windows Live Messenger now.  <a href="http://get.live.com/messenger/overview" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Connect now!</a></span></div><span class="ad">
</span><br>_______________________________________________<br>Insight-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Insight-users@itk.org">Insight-users@itk.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">
http://www.itk.org/mailman/listinfo/insight-users</a><br><br></blockquote></div>