[ITK-users] Suitable Data Container for Pyramid Images

Matt McCormick matt.mccormick at kitware.com
Sat Jun 27 22:02:24 EDT 2015


Hi Siavash,

One option is to use an itk::Array [1] templated over ImageType::Pointer
(an itk:::SmartPointer for the Image type used).

HTH,
Matt

[1] http://www.itk.org/Doxygen/html/classitk_1_1Array.html

On Fri, Jun 26, 2015 at 8:24 PM, SiavashK <siavashk at ece.ubc.ca> wrote:

> Hello,
>
> I have a series of pathology images that I am trying to read in ITK. Each
> image is acquired at different zoom levels (e.g. 1X, 4X, 8X, 40X) and
> concatenated into an image pyramid. As a result, each level of this image
> pyramid has a different size and spacing.
>
> Is there a suitable data container for this in ITK? I tried looking into
> itk::MultiResolutionPyramidImageFilter
> <
> http://www.itk.org/Doxygen/html/classitk_1_1MultiResolutionPyramidImageFilter.html
> >
> to try to figure out how the image pyramid is stored, but was unable to
> figure it out. Any recommendations are highly appreciated.
>
> Thanks,
>
> Siavash
>
>
>
> --
> View this message in context:
> http://itk-insight-users.2283740.n2.nabble.com/Suitable-Data-Container-for-Pyramid-Images-tp7587512.html
> Sent from the ITK Insight Users mailing list archive at Nabble.com.
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/insight-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20150627/e8682fa6/attachment.html>


More information about the Insight-users mailing list