Windows 64 上的 DICOM 图像到 BufferedImage
我需要一种方法在 Windows 64 上将 DICOM 文件转换为 BufferedImage(或者如果 dicom 文件是多帧,则为一组 BufferedImage)。我目前正在使用 dcm4che 来执行此操作,但遇到了问题,因为 dcm4che 使用JAI 会生成未编译的本机 dll clib_jiio.dll,并且不会针对 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 source library that can do this for me?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
多个 DICOM 插件可用于 ImageJ。
附录:您可以尝试 适用于 Windows 的 64 位版本 和 内置 DICOM 插件。
Several DICOM plugins are available for ImageJ.
Addendum: You might try the 64-bit version for Windows and the built-in DICOM plugin.