Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Display 3D image file
Forum Updated to NodeBB v4.3 + New Features

Display 3D image file

Scheduled Pinned Locked Moved General and Desktop
6 Posts 4 Posters 5.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jk_mk
    wrote on last edited by
    #1

    Hi,

    I want to create an application in which I want to display a 3D image. I have tried successful in a 2D image, using setPixmap().Does anybody know what I should use respectively in a 3D image display? Any help would be very useful.

    Thanks in advance

    1 Reply Last reply
    0
    • I Offline
      I Offline
      Iktwo
      wrote on last edited by
      #2

      Do you refer to a 3D model? like in 3D software like maya? or what exactly are you trying to do? cause a 3D image isn't the same as a model..

      1 Reply Last reply
      0
      • J Offline
        J Offline
        jk_mk
        wrote on last edited by
        #3

        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 for your response

        1 Reply Last reply
        0
        • J Offline
          J Offline
          jk_mk
          wrote on last edited by
          #4

          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]

          1 Reply Last reply
          0
          • K Offline
            K Offline
            koahnig
            wrote on last edited by
            #5

            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.

            Vote the answer(s) that helped you to solve your issue(s)

            1 Reply Last reply
            0
            • A Offline
              A Offline
              andre
              wrote on last edited by
              #6

              There is a 3D viewer demo available in your Qt installation. But as koahning states: you need to know what you are dealing with exactly.

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved