什么C ++库可以用来从DICOM图像读取像素? [英] What C++ library can I use to read pixels from DICOM images?

查看:2272
本文介绍了什么C ++库可以用来从DICOM图像读取像素?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在C ++中,我想从DICOM图像中读取各个像素值。

解决方案 http://idoimaging.com/programsrel =nofollow>很多免费图书馆。如果你喜欢更高级别的COM信封,并愿意购买它,还有一些其他人 - 我熟悉 RZDCX DicomObjects



在免费的DCMTK下访问像素值相当容易。如果您想要查看原始Hounsfield数据,请此处,如果您需要post- LUT(例如,加窗)值 - 您可以使用 DicomImage :: getOutputData 。 / p>

In C++ I want to read individual pixel values from DICOM images.

解决方案

There are in fact quite a few free libraries. If you prefer a higher-level COM envelope and are willing to purchase it, there are a few others - I'm familiar with RZDCX and DicomObjects, and googling around will get you some others.

It's reasonably easy to access pixel values under the free DCMTK. If you want the raw Hounsfield data look here, and if you need the post-LUT (e.g., windowing) values - you can use DicomImage::getOutputData.

这篇关于什么C ++库可以用来从DICOM图像读取像素?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆