<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"><<a href="mailto:matt.mccormick@kitware.com" target="_blank">matt.mccormick@kitware.com</a>></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>
<<a href="mailto:luca.pamparana@gmail.com">luca.pamparana@gmail.com</a>> wrote:<br>
> Hello all,<br>
><br>
> I am using the itk ImageSeriesWriter to write the output from a itk<br>
> TileImageFilter to the disk. The usage is like:<br>
><br>
> seriesWriter->SetInput(tileFilter->GetOutput());<br>
><br>
><br>
> The TileImageFilter returns an output which is of dimensions 512 x 512 x<br>
> 480. What I would like to do is split it into 4 512x512x120 regions as I<br>
> want to write each region to a different directory. Can someone tell me how<br>
> I can do that?<br>
><br>
> Thanks a lot for your help,<br>
> Luca<br>
><br>
</div></div>> _____________________________________<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Kitware offers ITK Training Courses, for more information visit:<br>
> <a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
><br>
> Please keep messages on-topic and check the ITK FAQ at:<br>
> <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
><br>
> _______________________________________________<br>
> Community mailing list<br>
> <a href="mailto:Community@itk.org">Community@itk.org</a><br>
> <a href="http://public.kitware.com/cgi-bin/mailman/listinfo/community" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/community</a><br>
><br>
</blockquote></div><br></div>