What does it mean 2x1 double?
7 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Walter Roberson
2012 年 11 月 7 日
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 件のコメント
Walter Roberson
2012 年 11 月 7 日
編集済み: Walter Roberson
2012 年 11 月 7 日
ImageInfo.PixelSpacing
if the dicom information was saved to ImageInfo
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!