Re: How to render realtime Image Volumes in Java3d?

Hi JASON,

>    How to render real time medical images  like real time CT, MR, Ultra
> Sound Images with the help of Java 3d, given a volume of 2d images?Has
> Java3d got any classes that render with much ease as VTK does?
>   WHich among the above is better for 3d rendering? Java3d or VTK?

Java3D is a graphics API whereas VTK is a visualization
system, so they are apples and oranges. Typically
visualization systems use graphics APIs, as for example
VisAD uses Java3D and Java2D.

If you want to render real time medical images in Java3D,
then the VisAD visualization system can help you do that.
VisAD defines a data model that you put your data into,
then you link your data with a DisplayImplJ3D with
appropriate ScalarMaps to get the rendering you want.
VisAD also provides interfaces to a number of common
file formats for reading data into the VisAD data model.
See Ugo's tutorial linked from the VisAD web page for
more details.

Cheers,
Bill
----------------------------------------------------------
Bill Hibbard, SSEC, 1225 W. Dayton St., Madison, WI  53706
hibbard@xxxxxxxxxxxxxxxxx  608-263-4427  fax: 608-263-6738
http://www.ssec.wisc.edu/~billh/vis.html


  • 2001 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the visad archives: