简体   繁体   English

使用C#读取DICOM图像

[英]read DICOM image using C#

如何使用C#读取DICOM文件?

There is a codeproject article that you probably checked out. 您可能已经签出了一篇有关codeproject的文章。 If not, maybe it can help you out. 如果没有,也许它可以帮助您。 http://www.codeproject.com/KB/graphics/dicomImageViewer.aspx . http://www.codeproject.com/KB/graphics/dicomImageViewer.aspx It is a DICOM viewer that reads DICOM files where image bit depth is 8 or 16 bits. 这是一个DICOM查看器,可读取图像位深度为8或16位的DICOM文件。

I don't know of any native libraries for reading DICOM files, but you can use ImageMagik to read them and convert them to a format that you can use. 我不知道用于读取DICOM文件的任何本机库,但是您可以使用ImageMagik读取它们并将它们转换为可以使用的格式。

To use ImageMagik from C# you can do something like this: how to use imageMagick with C# 要使用C#中的ImageMagik,您可以执行以下操作: 如何在C#中使用imageMagick

There is also a managed-code wrapper library for ImageMagik called MagckNet: http://midimick.com/magicknet/ I am not sure if it is maintained any more, but it may be worth checking out. 还有一个用于ImageMagik的托管代码包装器库,称为MagckNet: http ://midimick.com/magicknet/我不确定是否还会对其进行维护,但是可能值得一试。

there is a fantastically written library , wrapped in C#, called GDCM. 有一个用C#包装的奇妙的库,叫做GDCM。 It has great support and community. 它有很大的支持和社区。 And it has been recently selected for Google Summer Code of 2011. 并且它最近被选为2011年Google夏季代码。

FYR: http://sourceforge.net/apps/mediawiki/gdcm/index.php?title=Main_Page 财政年度: http : //sourceforge.net/apps/mediawiki/gdcm/index.php? title = Main_Page

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM