问题
I need a way to convert a DICOM file into a BufferedImage (or if the dicom file is mult-frame then a set of BufferedImages) on Windows 64. I am currently using dcm4che to do this, but am running into a problem because dcm4che uses JAI which thunks down to a native dll clib_jiio.dll which is not complied, and will not be compiled for Windows 64 (see here). Does anyone know of an open source library that can do this for me?
Thanks
回答1:
Several DICOM plugins are available for ImageJ.
Addendum: You might try the 64-bit version for Windows and the built-in DICOM plugin.
来源:https://stackoverflow.com/questions/5656084/dicom-image-to-bufferedimage-on-windows-64