Dicom 标准中 overlay 相关的 Tag 的介绍

Dicom 的 overlay tag, 主要是用来描述图像中的图形或文字信息,或者是 图像的 ROI 区域信息。


Tag 介绍

它主要有如下的一些 Tag

nametag IDDescription
Overlay Rows(60xx,0010)Number of Rows in Overlay
Overlay Columns(60xx,0011)Number of Rows in Overlay
Overlay Type(60xx,0040)Indicates whether this overlay represents a region of interest or other graphics.
Overlay Origin(60xx,0050)Location of first overlay point with respect to pixels in the image, given as row\column.
Overlay Bits Allocated(60xx,0100)The value of this Attribute shall be 1.
Overlay Bit Position(60xx,0102)The value of this Attribute shall be 0.
Overlay Data(60xx,3000)Overlay pixel data
Overlay Description(60xx,0022)User-defined comments about the overlay.
Overlay Subtype(60xx,0045)Defined Term that identifies the intended purpose of the Overlay Type. See Section C.9.2.1.3 for further explanation.
Overlay Label(60xx,1500)Defined Term that identifies the intended purpose of the Overlay Type. See Section C.9.2.1.3 for further explanation.
ROI Area(60xx,1301))Number of pixels in ROI area.
ROI Mean(60xx,1302)Mean value of ROI area.
ROI Standard Deviationl(60xx,1303)Standard Deviation.

更详细的Tag 说明

Tag 的更详细的介绍,可以从下面的网址获得。
Dicom 详细的介绍


Code

DCMTK 填写 Tag 的代码如下:

DcmItem* pDcmItem=perSequence->getItem(index);
con=pDcmItem->putAndInsertUint8Array(DCM_OverlayData,uData,iLength);
  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值