DICOM image to BufferedImage on Windows 64

末鹿安然 提交于 2019-12-24 11:29:56

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!