<div dir="ltr">Hi Siavash,<div><br></div><div>One option is to use an itk::Array [1] templated over ImageType::Pointer (an itk:::SmartPointer for the Image type used).</div><div><br></div><div>HTH,</div><div>Matt</div><div><br></div><div>[1] <a href="http://www.itk.org/Doxygen/html/classitk_1_1Array.html">http://www.itk.org/Doxygen/html/classitk_1_1Array.html</a></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 26, 2015 at 8:24 PM, SiavashK <span dir="ltr"><<a href="mailto:siavashk@ece.ubc.ca" target="_blank">siavashk@ece.ubc.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I have a series of pathology images that I am trying to read in ITK. Each<br>
image is acquired at different zoom levels (e.g. 1X, 4X, 8X, 40X) and<br>
concatenated into an image pyramid. As a result, each level of this image<br>
pyramid has a different size and spacing.<br>
<br>
Is there a suitable data container for this in ITK? I tried looking into<br>
itk::MultiResolutionPyramidImageFilter<br>
<<a href="http://www.itk.org/Doxygen/html/classitk_1_1MultiResolutionPyramidImageFilter.html" rel="noreferrer" target="_blank">http://www.itk.org/Doxygen/html/classitk_1_1MultiResolutionPyramidImageFilter.html</a>><br>
to try to figure out how the image pyramid is stored, but was unable to<br>
figure it out. Any recommendations are highly appreciated.<br>
<br>
Thanks,<br>
<br>
Siavash<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://itk-insight-users.2283740.n2.nabble.com/Suitable-Data-Container-for-Pyramid-Images-tp7587512.html" rel="noreferrer" target="_blank">http://itk-insight-users.2283740.n2.nabble.com/Suitable-Data-Container-for-Pyramid-Images-tp7587512.html</a><br>
Sent from the ITK Insight Users mailing list archive at Nabble.com.<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>
</blockquote></div><br></div>