<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>That is more than useful. However, it seems it does not let the user to specify<br>the direction of slicing?<br><br>&gt; <br>&gt; Gaetan recently submitted a sliceBySlice filter  to the Insight<br>&gt; Journal - http://www.insight-journal.org/InsightJournalManager/view_publication.php?back=search.php%3Ftexte%3Dslice&amp;pubid=133<br>&gt; <br>&gt; This will apply a filter to each slice of an image and reconstruct the<br>&gt; 3D output.<br>&gt; <br>&gt; On 2/2/07, Karthik Krishnan &lt;karthik.krishnan@kitware.com&gt; wrote:<br>&gt; &gt; No this is not possible in ITK. Filters in ITK are designed to treat N<br>&gt; &gt; dimensional images as N dimensional images, and not as series of N-1<br>&gt; &gt; dimensional images.<br>&gt; &gt;<br>&gt; &gt; You might want to either revisit your algorithm to see if what you're doing<br>&gt; &gt; is really appropriate and if so, use the ExtractImageFilter to create a<br>&gt; &gt; series of N-1 dimensional images, filter each image and use the<br>&gt; &gt; JoinImageFilter to compose them back.<br>&gt; &gt;<br>&gt; &gt; You could write a composite ITK filter that hides these complexities away<br>&gt; &gt; within itself too.<br>&gt; &gt;<br>&gt; &gt; HTH<br>&gt; &gt; --<br>&gt; &gt; karthik<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; On 2/1/07, Ali - &lt; saveez@hotmail.com&gt; wrote:<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Searching the archive, this question has been asked many times<br>&gt; &gt; &gt; during the past years -- and no answer.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; How is it possile to apply a filter ro EVERY slice of an image? I am<br>&gt; &gt; &gt; not talking about ExtractImageFilter wich give only one slice. This<br>&gt; &gt; &gt; should be an quivalent of f(a(:,1)) in matlab where filter f() is applied<br>&gt; &gt; &gt; to the first column of image a.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; If itk cannot do this, how is it possible to do it in vnl interfaced to<br>&gt; &gt; itk?<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Can someone answer this question finally? Luis! Where are you!<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; ________________________________<br>&gt; &gt; Get connected - Use your Hotmail address to sign into Windows Live Messenger<br>&gt; &gt; now. Connect now!<br>&gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; Insight-users mailing list<br>&gt; &gt; &gt; Insight-users@itk.org<br>&gt; &gt; &gt; http://www.itk.org/mailman/listinfo/insight-users<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; Insight-users mailing list<br>&gt; &gt; Insight-users@itk.org<br>&gt; &gt; http://www.itk.org/mailman/listinfo/insight-users<br>&gt; &gt;<br>&gt; &gt;<br><br /><hr />Live Search: New search found <a href='http://get.live.com/search/overview ' target='_new'>Try it!</a></body>
</html>