[Insight-users] Re: AnisotropicDiffusionFltkGui3D
Luis Ibanez
luis.ibanez at kitware.com
Thu Jul 22 12:09:12 EDT 2004
Hi Alam,
Your MetaImage file looks like a good start:
NDims = 3
DimSize = 256 256 80
ElementType = MET_UCHAR
ElementSpacing = 1.0 1.0 1.0
ElementByteOrderMSB = False
ElementDataFile = compbrain80.raw
Is the data in your RAW file using 8bits per
pixel, or 16 bits per pixel ?
If you are using 16bits/pixel you should use
the flag
MET_USHORT or MET_SHORT
instead of
MET_UCHAR
Regards
Luis
----------------------
Alam, Mohammed wrote:
> Thanks again Luis. You have been great help. I wrote the mha file for my
> raw data, however when it loads the images, there is a problem with
> display. It shows two half of each slide laying with each other. I think
> it is due to the datatype being long or short.
>
> I am attaching my header file for a raw image 256 * 256 * 80. I will
> highly appreciate your help.
>
> Thanks
> Alam
>
> -----Original Message-----
> From: insight-users-bounces at itk.org
> [mailto:insight-users-bounces at itk.org] On Behalf Of Luis Ibanez
> Sent: Thursday, July 22, 2004 10:34 AM
> To: Alam, Mohammed
> Cc: Insight-users at itk.org
> Subject: [Insight-users] Re: AnisotropicDiffusionFltkGui3D
>
>
> Hi Alam,
>
> This application can read other 3D fileformats,
> not only MetaImages (with extensions .mha, .mhd).
>
> In order to open other fileformats, you simply
> open the filedialog, and in the upper left of
> the dialog, you will see the label "Show:"
> that has the filename-filter selection
>
> "*.mh[da]".
>
> Just click on the black triangle to the right
> of the filename-filter and select:
>
> "ALL Files (*)"
>
> That will allow you to see other files in the
> directory that you have selected.
>
>
> For a list of the 3D image fileformats accepted by
> ITK you should look at the FAQ in the ITK Wiki pages.
>
> http://www.itk.org/Wiki
>
> More specifically:
>
> http://www.itk.org/Wiki/index.php/Itk_FAQ
>
> and to the entry:
>
> http://www.itk.org/Wiki/index.php/Itk_FAQ#What_3D_file_formats_can_ITK_i
> mport_and_export.3F
>
> If what you want to do is to read a file with .raw
> extension, then the simplest thing to do is to
> manually write a MetaImage header for it. You will
> find instructions on how to do this on the Data page
>
> http://www.itk.org/HTML/Data.htm
>
>
>
> Regards,
>
>
> Luis
>
>
> ----------------------
> Alam, Mohammed wrote:
>
>
>>Hi All,
>>
>>I would like to know if this application only takes input files with
>>extension (mhda)? Is there a way to read a 3D data set with (raw) file
>>extension?
>>
>>Thanks
>>Alam
>>
>
>
>
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
More information about the Insight-users
mailing list