• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

3D view of DICOM Images

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Friends,

I am writing a DICOM Viewer. I have some images slices which I hae retrieved from dicom images. My doubt is how can I view the images slices in to a 3D view. Which should I use for this? Java 3D fo JOGL? Anybody can help me?

Thanks and Regards
Shihab
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For handling DICOM images, and for assembling and viewing them in 3D I recommend ImageJ. It already does all that, and it's open source Java software, so you can make it do everything else you might need it to do.

Check the list of "Stacks" plugins for various options of displaying 3D data sets.
 
reply
    Bookmark Topic Watch Topic
  • New Topic