[ITK-users] Using ITK with OpenSlide

Matt McCormick matt.mccormick at kitware.com
Fri Jun 26 14:18:06 EDT 2015


Hi Siavash,

The ComponentType is described here:


http://www.itk.org/Doxygen/html/classitk_1_1ImageIOBase.html#a8dc783055a0af6f0a5a26cb080feb178

I do not think the module was completed. The documentation of
itk::ImageIOBase can be helpful.  The many IO modules can be used as
examples.

HTH,
Matt

On Fri, Jun 26, 2015 at 1:33 PM, siavashk <siavashk at ece.ubc.ca> wrote:

> Thanks for replying to me on this. I think I am already registering the IO
> correctly. I basically used the same code in the link that you provided and
> added an update call to the reader, i.e. reader->Update();
>
> I think the issue is that itkImageIOBase cannot recognize the
> m_ComponentType, which is the pixel type (?)
>
>
> Matt McCormick-3 wrote
> > Until the module is merged as a remote module, the IO will be have to be
> > registered manually as shown here:
> >
> >
> https://github.com/InsightSoftwareConsortium/ITKIOOpenSlide/blob/master/test/itkOpenSlideImageIOTest.cxx#L37
>
>
>
>
>
> --
> View this message in context:
> http://itk-users.7.n7.nabble.com/Using-ITK-with-OpenSlide-tp35834p35836.html
> Sent from the ITK - 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/20150626/63690fc3/attachment.html>


More information about the Insight-users mailing list