<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Hi Oscar,</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">the output dimension is the same: 3D input produces 3D output, 2D input produces 2D output etc. But the point of RoI filter is to get an image which is only a part of the input image, and in that respect the filter is working correctly. What did you expect to happen? If you want only part of the image be processed, set its RequestedRegion to something smaller than LargestPossibleRegion.</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Regards,</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Dženan</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 15, 2016 at 6:04 PM, Oscar Cuadros Linares <span dir="ltr"><<a href="mailto:ocuadrosl@gmail.com" target="_blank">ocuadrosl@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Guys<br>
<br>
I am trying to extract a region of interest (ROI) from a 3D tomography<br>
I am using the filter  "itkRegionOfInterestImageFilter.h". The issue is<br>
that the filter changes the original size of the input image.<br>
According the documentation, the output image has the same<br>
dimension of the input image. But size of the output image<br>
is the size of the selected region (ROI).<br>
My code is based on this example:<br>
<a href="https://itk.org/Wiki/ITK/Examples/ImageProcessing/RegionOfInterestImageFilter" rel="noreferrer" target="_blank">https://itk.org/Wiki/ITK/Examples/ImageProcessing/RegionOfInterestImageFilter</a><br>
<br>
Thank you for your suggestions<br>
Oscar<br>
<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" 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" rel="noreferrer" 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" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
_______________________________________________<br>
Community mailing list<br>
<a href="mailto:Community@itk.org" target="_blank">Community@itk.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/community" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/community</a><br>
</blockquote></div><br></div>