Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. stacking of 2d images

stacking of 2d images

Scheduled Pinned Locked Moved C#
algorithmsdata-structureshelp
6 Posts 4 Posters 0 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.
  • N Offline
    N Offline
    Nettai
    wrote on last edited by
    #1

    i am having set of 2d images....and i want to stack those images to visualize 3d image..i didn't get any idea.....i was searching in google,but i couldn't get exact details.....if anyone help me by giving any article or idea related to this......

    M L R 3 Replies Last reply
    0
    • N Nettai

      i am having set of 2d images....and i want to stack those images to visualize 3d image..i didn't get any idea.....i was searching in google,but i couldn't get exact details.....if anyone help me by giving any article or idea related to this......

      M Offline
      M Offline
      musefan
      wrote on last edited by
      #2

      What?!? what is the 3D image meant to look like? what do the 2D images represent?

      N 1 Reply Last reply
      0
      • N Nettai

        i am having set of 2d images....and i want to stack those images to visualize 3d image..i didn't get any idea.....i was searching in google,but i couldn't get exact details.....if anyone help me by giving any article or idea related to this......

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        Like a volume texture? You may have to ray trace it to get your final (2d) view.. Although there are probably better ways.

        1 Reply Last reply
        0
        • M musefan

          What?!? what is the 3D image meant to look like? what do the 2D images represent?

          N Offline
          N Offline
          Nettai
          wrote on last edited by
          #4

          i am doing project in computed tomography.....i have 2d images of full hand....i have to stack the 2d images to visualize the full hand

          M 1 Reply Last reply
          0
          • N Nettai

            i am doing project in computed tomography.....i have 2d images of full hand....i have to stack the 2d images to visualize the full hand

            M Offline
            M Offline
            musefan
            wrote on last edited by
            #5

            hmmm... i think you may be in the wrong place for this kind of question. How much do you know about 3D graphics. If not alot you will need to start from the basics of 3D graphics. If you can render 3D models(so to speak) then you could create a 3D array of pixels based on your 2D images. I assume your 2D images are RAW files? or something similar, i.e. two colors, 1 color for object, another color for space

            1 Reply Last reply
            0
            • N Nettai

              i am having set of 2d images....and i want to stack those images to visualize 3d image..i didn't get any idea.....i was searching in google,but i couldn't get exact details.....if anyone help me by giving any article or idea related to this......

              R Offline
              R Offline
              riced
              wrote on last edited by
              #6

              How you do it depends on how your images are stored. Is each image in a separate file? Are they bitmaps, jpegs or some other format. I once did something similar where the images (horizontal slices through a head) were stored in a set of files. Each file contained a 2D image as a sequence of integers where an integer corresponded to a pixel. I.e. the file was essentially a 2D array of pixels. To get the 3D image I had to get the corresponding pixels from each file and monkey around with them. In other words I treated the set of files as a 3D array so I could take slices in horizontal or vertical directions. Hope this helps but without knowing exactly how the images are stored I can't be more specific. Regards David R

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups