<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi Louis,<br><br>Thank you for your answer. I'm currently working on some 3D tools. In this case this one:<br><br>- I use the mouse to create a square (by clicking 4 times on the 3D view)<br>- I create A frustrum (from the 2d square) and get the polydata of it<br>- voxalize this polydata<br>-
Apply a AND filter between the voxelized polydata and my STL (3D obect
in the 3D view) that whay I get the intersected cells...<br>- Apply filters on the freshly selected region (selected cells..)<br><br>in other words.. I would like to be able to select a part of my 3D objects and apply a filter only on this part...<br><br>So yes, as output I would like the full input input with the subregion modified.<br>I will try follow your steps and see if it can work<br><br>Regards,<br>Steve <br><br>&gt; Date: Sun, 24 Jan 2010 10:10:44 -0500<br>&gt; Subject: Re: [Insight-users] Apply filter only on a specific region ?<br>&gt; From: luis.ibanez@kitware.com<br>&gt; To: steve.harris18@hotmail.com<br>&gt; CC: insight-users@itk.org<br>&gt; <br>&gt; Hi Steve,<br>&gt; <br>&gt; It depends....<br>&gt; <br>&gt; What exactly do you want at the output ?<br>&gt; <br>&gt; A) The full input input with the subregion modified ?<br>&gt; <br>&gt; or<br>&gt; <br>&gt; B) only the modified subregion ?<br>&gt; <br>&gt; ---<br>&gt; <br>&gt; If you want (A) you will have to use a pipeline<br>&gt; such as:<br>&gt; <br>&gt; RegionOfInterestImageFilter<br>&gt; MedianImageFilter<br>&gt; PasteImageFilter<br>&gt; <br>&gt; If you want (B) you could use simply<br>&gt; <br>&gt; <br>&gt; RegionOfInterestImageFilter<br>&gt; MedianImageFilter<br>&gt; <br>&gt; or even use the SetRequrestedRegion()<br>&gt; of the Median filter directly.  Although<br>&gt; this last option is not a recommended<br>&gt; practice, unless you are very familiar<br>&gt; with the inner-workings of the ITK pipeline.<br>&gt; <br>&gt; <br>&gt; --<br>&gt; <br>&gt; On a side note:<br>&gt; <br>&gt; Why do you want to do such thing ?    :-)<br>&gt; <br>&gt; From the pure image processing point of view,<br>&gt; it doesn't seem to be a good operation. You<br>&gt; will end up with an inconsistent image...<br>&gt; <br>&gt; <br>&gt; <br>&gt;      Regards,<br>&gt; <br>&gt; <br>&gt;             Luis<br>&gt; <br>&gt; <br>&gt; --------------------------------------<br>&gt; On Fri, Jan 22, 2010 at 5:51 AM, dsdfdff sfdsf<br>&gt; &lt;steve.harris18@hotmail.com&gt; wrote:<br>&gt; &gt; Hello itk user,<br>&gt; &gt;<br>&gt; &gt; I was wondering if it was possible to apply a filter only on a specific<br>&gt; &gt; region of an image (like setting a bundary region)?<br>&gt; &gt;<br>&gt; &gt; for example if I have a simple 3D image (let say 30x30x30) is it possible<br>&gt; &gt; for example to apply the mean filter<br>&gt; &gt; only on the region (15x15x15)?<br>&gt; &gt;<br>&gt; &gt; regards,<br>&gt; &gt; Steve<br>&gt; &gt;<br>&gt; &gt; ________________________________<br>&gt; &gt; Faites une bonne action avec Bing Solidaire ! C'est ici !<br>&gt; &gt; _____________________________________<br>&gt; &gt; Powered by www.kitware.com<br>&gt; &gt;<br>&gt; &gt; Visit other Kitware open-source projects at<br>&gt; &gt; http://www.kitware.com/opensource/opensource.html<br>&gt; &gt;<br>&gt; &gt; Kitware offers ITK Training Courses, for more information visit:<br>&gt; &gt; http://www.kitware.com/products/protraining.html<br>&gt; &gt;<br>&gt; &gt; Please keep messages on-topic and check the ITK FAQ at:<br>&gt; &gt; http://www.itk.org/Wiki/ITK_FAQ<br>&gt; &gt;<br>&gt; &gt; Follow this link to subscribe/unsubscribe:<br>&gt; &gt; http://www.itk.org/mailman/listinfo/insight-users<br>&gt; &gt;<br>&gt; &gt;<br>                                               <br /><hr />Vous cherchez l'intégrale des clips de Michael Jackson ? <a href='http://www.bing.com/videos/search?q=Michael+Jackson&FORM=MVDE6' target='_new'>Bing ! Trouvez !</a></body>
</html>