Just found that.  Does this rise to the level of something that should be
encapsulated and added to ITK?

--
Kent Williams norman-k-willi...@uiowa.edu






On 11/21/13 12:57 PM, "Bill Lorensen" <bill.loren...@gmail.com> wrote:

>Here is one way to do it:
>http://itk.org/Wiki/ITK/Examples/IO/ReadUnknownImageType
>
>
>On Thu, Nov 21, 2013 at 1:52 PM, Williams, Norman K
><norman-k-willi...@uiowa.edu> wrote:
>> Is there a way to do this I'm missing? There are times when it's
>>important
>> to know the ITK pixel type and ImageDimension before reading an image
>> file.  In particular, I'm writing a reader to be called from Matlab, and
>> it would be good to at least create an image with the same
>>ImageDimension
>> as the on-disk file.
>>
>> This would (I guess) call itk::ImageIOFactory::CreateImageIO to get the
>> appropriate ImageIO object, then set the filename and call
>> itk::ImageIOFactory::ReadImageInformation.  This would work except for
>> multi-file images like DICOM -- the fly in everyone's ImageIO ointment.
>>
>> I know how to do this; the question is where should it live? Should it
>>be
>> a method of itkImageFileReader? Or its own thing?
>>
>>
>>
>>
>>
>> ________________________________
>> Notice: This UI Health Care e-mail (including attachments) is covered
>>by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is
>>confidential and may be legally privileged.  If you are not the intended
>>recipient, you are hereby notified that any retention, dissemination,
>>distribution, or copying of this communication is strictly prohibited.
>>Please reply to the sender that you have received the message in error,
>>then delete it.  Thank you.
>> ________________________________
>> _______________________________________________
>> 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://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://www.itk.org/mailman/listinfo/insight-developers
>
>
>
>--
>Unpaid intern in BillsBasement at noware dot com



________________________________
Notice: This UI Health Care e-mail (including attachments) is covered by the 
Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential and 
may be legally privileged.  If you are not the intended recipient, you are 
hereby notified that any retention, dissemination, distribution, or copying of 
this communication is strictly prohibited.  Please reply to the sender that you 
have received the message in error, then delete it.  Thank you.
________________________________
_______________________________________________
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://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://www.itk.org/mailman/listinfo/insight-developers

Reply via email to