<div dir="ltr">Thank you Matt! I tried ExtractImageFilter and RegionofInterestImageFilter and both of them do what I need but there seems to be one issue. My DICOM images are a coronal acquisition with the ImageOrientationPatient as {1 0 0 0 0 -1}. However, when I read the image and run either of these filters and write DICOM back, it sets the IOP to {1 0 0 0 1 0} i.e. to an axial orientation.<div>
<br></div><div>Is this a known thing with ITK or something special needs to be done?</div><div><br></div><div>Thanks for your help.</div><div><br></div><div>Luca</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Sat, Oct 26, 2013 at 8:36 PM, Matt McCormick <span dir="ltr">&lt;<a href="mailto:matt.mccormick@kitware.com" target="_blank">matt.mccormick@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Luca,<br>
<br>
A RegionOfInterestImageFilter [1] could do the job.<br>
<br>
Hope this helps,<br>
Matt<br>
<br>
[1] <a href="http://www.itk.org/Doxygen/html/classitk_1_1RegionOfInterestImageFilter.html" target="_blank">http://www.itk.org/Doxygen/html/classitk_1_1RegionOfInterestImageFilter.html</a><br>
<div><div class="h5"><br>
On Sat, Oct 26, 2013 at 3:33 PM, Luca Pamparana<br>
&lt;<a href="mailto:luca.pamparana@gmail.com">luca.pamparana@gmail.com</a>&gt; wrote:<br>
&gt; Hello all,<br>
&gt;<br>
&gt; I am using the itk ImageSeriesWriter to write the output from a itk<br>
&gt; TileImageFilter to the disk. The usage is like:<br>
&gt;<br>
&gt; seriesWriter-&gt;SetInput(tileFilter-&gt;GetOutput());<br>
&gt;<br>
&gt;<br>
&gt; The TileImageFilter returns an output which is of dimensions 512 x 512 x<br>
&gt; 480. What I would like to do is split it into 4 512x512x120 regions as I<br>
&gt; want to write each region to a different directory. Can someone tell me how<br>
&gt; I can do that?<br>
&gt;<br>
&gt; Thanks a lot for your help,<br>
&gt; Luca<br>
&gt;<br>
</div></div>&gt; _____________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt; <a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Community mailing list<br>
&gt; <a href="mailto:Community@itk.org">Community@itk.org</a><br>
&gt; <a href="http://public.kitware.com/cgi-bin/mailman/listinfo/community" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/community</a><br>
&gt;<br>
</blockquote></div><br></div>