如何使用 c# 中的clearcanvas 库从给定的 dicom 文件获取图像
你能帮我从 dicom 文件中提取图像(二进制数据)吗?
Can you please help me in extracting image(binary data) from a dicom file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个问题并不完全清楚。如果您想要位图用于显示目的,那么这基本上是
如果您只是尝试将像素数据提取到字节数组中,那么您可以使用如下代码:
The question is not completely clear. If you want a bitmap for display purposes, then this is basically a duplicate of this question. Please see the accepted answer.
If you are just trying to extract the pixel data into a byte array, then you can use code like this: