How to find out mm on dicom images
8 次查看(过去 30 天)
显示 更早的评论
I want a tool like a ruler to measure distances in dicom images. In mm, not in px.
Or at least, how to find out dicom resolution (dpi) so I can easily convert px to mm?
1 个评论
Payal
2022-12-5
hi..
i am finding the answer for the same query.
that is how to find or measure the resolution of the dicom ct slice(images)?
how can these pixel spacing, number of rows or cols, width helps to find the resolution?
回答(1 个)
Rik
2018-3-16
The ReconstructionDiameter field contains the width of your image in mm (at least for CT), PixelSpacing should contain the height and width of your voxels. SliceThickness is the thickness of the slice, but is not the parameter you should use, because the distance between slice centers might not be equal to that (so either an overlap or a gap between slices). I can't find the dicom field name, but you can always calculate it based on the postion fields.
7 个评论
Rik
2022-12-5
What information does your dicom file contain? It should contain sufficient information to derive the size of a pixel.
If I recall correctly, the ReconstructionDiameter is a required field, so it should not be missing in a compliant dicom file.
Walter Roberson
2022-12-5
pixel spacing is the resolution in the x and y directions, but you need to look at other headers for z resolution.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!