« Return to Thread: Read special image files

Re: Re ad special image files

by Bill Lorensen-2 :: Rate this Message:

| View in Thread

You can use the meta io image format. Look here:
http://www.itk.org/Wiki/MetaIO/Documentation#Data_conversion_via_MetaHeaders

You will need to create a .mhd file (small ascii file) that points to
your raw data.

On Tue, Mar 13, 2012 at 2:57 AM, MRUIZ <maiteruizyaniz@...> wrote:

>
> Hi,
>
> I have a special image format that contains a normal raw image but with 18
> lines of header. My goal is to change this image type to DICOM. I tried with
> ImageReadCastWrite.cxx but of course, it does not read my file as it is not
> common. What should I change in order to arrive to read my file??
>
> Thnx in advance!
>
> M.
> --
> View this message in context: http://old.nabble.com/Read-special-image-files-tp33493194p33493194.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://www.itk.org/mailman/listinfo/insight-users



--
Unpaid intern in BillsBasement at noware dot 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://www.itk.org/mailman/listinfo/insight-users

 « Return to Thread: Read special image files