<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>> <br>> Gaetan recently submitted a sliceBySlice filter to the Insight<br>> Journal - http://www.insight-journal.org/InsightJournalManager/view_publication.php?back=search.php%3Ftexte%3Dslice&pubid=133<br>> <br>> This will apply a filter to each slice of an image and reconstruct the<br>> 3D output.<br>> <br>> On 2/2/07, Karthik Krishnan <karthik.krishnan@kitware.com> wrote:<br>> > No this is not possible in ITK. Filters in ITK are designed to treat N<br>> > dimensional images as N dimensional images, and not as series of N-1<br>> > dimensional images.<br>> ><br>> > You might want to either revisit your algorithm to see if what you're doing<br>> > is really appropriate and if so, use the ExtractImageFilter to create a<br>> > series of N-1 dimensional images, filter each image and use the<br>> > JoinImageFilter to compose them back.<br>> ><br>> > You could write a composite ITK filter that hides these complexities away<br>> > within itself too.<br>> ><br>> > HTH<br>> > --<br>> > karthik<br>> ><br>> ><br>> > On 2/1/07, Ali - < saveez@hotmail.com> wrote:<br>> > ><br>> > ><br>> > ><br>> > > 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<br>> > itk?<br>> > ><br>> > ><br>> > > Can someone answer this question finally? Luis! Where are you!<br>> > ><br>> > > ________________________________<br>> > Get connected - Use your Hotmail address to sign into Windows Live Messenger<br>> > now. Connect now!<br>> > > _______________________________________________<br>> > > Insight-users mailing list<br>> > > Insight-users@itk.org<br>> > > http://www.itk.org/mailman/listinfo/insight-users<br>> > ><br>> > ><br>> ><br>> > _______________________________________________<br>> > Insight-users mailing list<br>> > Insight-users@itk.org<br>> > http://www.itk.org/mailman/listinfo/insight-users<br>> ><br>> ><br><br /><hr />Live Search: New search found <a href='http://get.live.com/search/overview ' target='_new'>Try it!</a></body>
</html>