DICOM image to BufferedImage on Windows 64
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 s开发者_StackOverflow社区ource library that can do this for me?
Thanks
Several DICOM plugins are available for ImageJ.
Addendum: You might try the 64-bit version for Windows and the built-in DICOM plugin.
精彩评论