how to calculation Hounsfield unit

16 ビュー (過去 30 日間)
Jhilam Mukherjee
Jhilam Mukherjee 2014 年 1 月 29 日
コメント済み: Walter Roberson 2018 年 2 月 20 日
I want to calculate Hounsfield Unit of a CT image, Please provide me the syntax
  1 件のコメント
EVA Gallego Camuñas
EVA Gallego Camuñas 2014 年 2 月 27 日
Hello Jhilam,
I also need to calculate Hounsfield Unit of an image. I have some grey images and their histograms and I need to relate the peaks of the histograms with the Hounsfield unit.
Did you find out how to calculate that? I would be very grateful if you could help me.
Thank you.

サインインしてコメントする。

採用された回答

Shawn Moyer
Shawn Moyer 2014 年 3 月 11 日
編集済み: Shawn Moyer 2014 年 3 月 11 日
Hounsfield units can be calculated using DICOM metadata:
Pixel value in Hounsfield units = m*SV+b
where:
Note that Hounsfield units are the default unit when tag (0028, 1054) is absent.
References:
  2 件のコメント
mohd akmal masud
mohd akmal masud 2018 年 2 月 20 日
Just to confirm, the equation that you give, d is rescale intercept, and m is the rescale slope.
But according to your link given, https://www.medicalconnections.co.uk/kb/Hounsfield_Units, HU = m * P + b, its show that b is rescale slope and P is rescale intercept. its look like contradictory.
Which one true?
Walter Roberson
Walter Roberson 2018 年 2 月 20 日
The site says,
"where: m is the Dicom attribute (0028,1053) "Rescale slope" b is the Dicom attribute (0028,1052) "Rescale intercept" P is the value of that particular pixel in the pixels array."
The only way that can be meaningfully understood is
"where: [m is the Dicom attribute number (0028,1053) whose name is "Rescale slope"] and [b is the Dicom attribute number (0028,1052) whose name is "Rescale intercept"] and [P is the value of that particular pixel in the pixels array]."

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDICOM Format についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by