Display 3D image file
-
-
Hello,
I am new in using Qt.I have a 3D medical image (consisted of an .hdr file and an .img.gz file).And I want to display this 3D image, but I do not really know the tools that I must use to make it happen
Thanks in advance
[Merged into original topic, Tobias]
-
As it looks you need to find out first what kind of 3d format your picture has.
"List of 3d graphic formats":http://en.wikipedia.org/wiki/List_of_file_formats#3D_graphics
This list is already quite lengthy.
Furthermore, you do not have to have necessarily your files in a special 3d format. Those files may contain plain 2d images, but they are collocated by a software for 3d view. The file extension ".img.gz" points towards plain image files which are compressed with a standard zip program.
Certainly you need to find which program has produced the files in order to get somewhere some file description.