Look for ImageJ (http://rsb.info.nih.gov/ij/). This java app can load dicom files, but does not create BufferedImages (instead it uses some internal format, at least the version I have does). But it is not difficult to modify the code. Like Alex Terrazas already said: DICOM ( here, http://www.dclunie.com/dicom-status/status.html you can get the standard) is tricky, e.g. the images contained can be jpeg as well (most likely angiography films), grayvalues can be 8 or 12 bit, .... . Note that the default for dicom files is little endian. There is an EndianConverter contained in the j3d.org codebase you could use.
Sorry, currently I'm not willing to share the code I have. Maybe when I have finished my doctor thesis. And I do not claim to handle every dicom file type. regards Paul Vijayaraghavan Rajagopal schrieb: > Hi, > > I would like to know if there is anyway of loading DICOM files into J3D > applications. I am trying to load magnetic resonance images(DICOM > format) of the brain. > > =========================================================================== > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff JAVA3D-INTEREST". For general help, send email to > [EMAIL PROTECTED] and include in the body of the message "help". =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".