[Insight-users] information loss of images
Luis Ibanez
luis.ibanez at kitware.com
Tue, 23 Mar 2004 09:58:00 -0500
Hi Kasp,
The answer to your question probably
can be found among the answers of the
following new questions:
A) What image modality is stored in your DICOM files ?
B) Did you created the MetaHeader manually ?
or through the ImageFileWriter ?
C) What pixel type did you used for instantiating the
ImageFileReader ?
D) What pixel type did you used for instantiating the
ImageFileWriter ?
E) Can you post the MetaImage header that you got ?
Probably a post of your code will be a better
answer to these questions.
FYI, The simplest way of converting DICOM to MetaImage
(or to any other ITK supported file format) is to use
the application:
Insight/Examples/IO/
DicomSeriesReadImageWrite.cxx
You could also use MRIConvert
http://lcni.uoregon.edu/~jolinda/MRIConvert
Regards,
Luis
--------------
ja sk wrote:
> Hi,
>
> I created a meta header file for a volume of dicom slices, but when i
> tried to view the volume with the image viewer found in the Insight
> applications, it seems like the quality has disintegrated alot (not
> clear at all), as compared to reading the single dicom file. Is there
> any way to prevent this, thanks.
>
> Regards from Kasp
>