Quantitative analysis: Bone Mineral Density

Hello,

Is it possible to measure BMD using slicer? I’ve been unsuccessful thus far.

Thanks

If you segment the bone using Segment Editor module then you can use Segment Statistics module to compute average density values in each segmentes region. Do you know how to get bone mineral density value from Hounsfield unit? Is that linear relationship? If the relationship is non-linear then you probably have to convert to bone mineral density first and then compute statistics.

1 Like

Hi!
I’m doing something similar.
The relationship between density and HU is linear. Then i calculate the apparent density and finally the elastic modulus.
Do you have any suggestion for doing it on 3d slicer?

  1. Do the scan of the standard phantoms (calibration rods ) using calibrated CT
  2. Do your sample scans using the same CT
  3. calculated the HU values using the segment stattistics module after segmenting the ROI
  4. Using the HU values of the phantoms calculate the linear regressiion formula
  5. using the above formula you can come at the BMD of a ROI

Is it possible to expand more on this?

I have a phantom with 2 values. I assume I have to segment out the two phantoms individually, then use the segment statistics module to determine HU for each phantom. Then using these two values I can determine the linear regression formula. What are the x and y values use to calculate regression? I assume one of them is HU?

I don’t have the phantoms so my CT is not calibrated. i think i need the density of each segment and the mean HU. i can easily compute the HU using segment statistic but do you have any suggestion for the density?
Thank you