简体   繁体   English

如何从VOILut标签计算DICOM图像的窗口宽度和中心

[英]How to calculate Window width and center of DICOM image from VOILut tag

在dicom图像文件中不包括WW和WC / WL,但是存在VOI Lut标签,我想从中计算WW和WL

A VOI LUT is typically used for non-linear transformations of the pixel data, ie for transformations which can not be expressed by specifying WL/WW. VOI LUT通常用于像素数据的非线性转换,即用于无法通过指定WL / WW表示的转换。 For that reason, it is impossible to calculate WL/WW from VOI LUT. 因此,不可能从VOI LUT计算WL / WW。

[EDIT]: To be even more clear: [编辑]:要更加清楚:

WL/WW is limited to linear transformations of the grayscales. WL / WW仅限于灰度的线性变换。 So the difference between the mapped value of x and (x+1) is equal to the difference of the mapped value of y and (y+1). 因此,x和(x + 1)的映射值之差等于y和(y + 1)的映射值之差。

This does not count for the VOI LUT module which was introduced to allow for non-linear transformations of the grayscales. 这不考虑引入的VOI LUT模块,该模块允许进行灰度的非线性转换。 That is, no assumptions can be taken about the correllation of mapped values (x, x+1), (y, y+1). 也就是说,不能假设映射值(x,x + 1),(y,y + 1)的相关性。 VOI LUT can be used to define any weird curve for mapping gray values. VOI LUT可用于定义任何怪异曲线以映射灰度值。

"any weird curve" can obviously not be approximated by a strictly linear function. “任何奇怪的曲线”显然不能通过严格的线性函数来近似。 For that reason, it is possible to express WL/WW by VOI LUT but not vice versa. 因此,可以通过VOI LUT表达WL / WW,反之亦然。

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

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