What does it mean 2x1 double?
8 views (last 30 days)
Show older comments
In DICOM metadata for pixel spacing it says [2x1 double].
Does it mean that spacing in x and y directon between pixels is 1 mm?
Thanks.
0 Comments
Accepted Answer
Walter Roberson
on 7 Nov 2012
It means that the value for that field is a column vector of 2 elements, whose values have not been displayed -- just in the same way that the dicom directory does not attempt to display the entire matrix for the image when it gets to the image data field.
3 Comments
Walter Roberson
on 7 Nov 2012
Edited: Walter Roberson
on 7 Nov 2012
ImageInfo.PixelSpacing
if the dicom information was saved to ImageInfo
More Answers (0)
See Also
Categories
Find more on DICOM Format in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!