dicom_write_volume Reference to non-existent field 'SliceLocation'

1 回表示 (過去 30 日間)
Saadia Talay
Saadia Talay 2018 年 4 月 8 日
回答済み: Walter Roberson 2018 年 4 月 8 日
I have segmented a series of DICOM images and now I want to reconstruct the segmented images in 3D slicer. I am trying to use the dicom_write_volume function but I get the following error:
Reference to non-existent field 'SliceLocation'.
Error in dicom_write_volume (line 57)
info.SliceLocation = info.SliceLocation+volscale(3);
I would appreciate any help. Thanks

採用された回答

Walter Roberson
Walter Roberson 2018 年 4 月 8 日
You must supply the Slice Location information when you write a dicom volume. DICOM can assume pixel locations in X Y by having been given pixel resolution, but the absolute Z location is primary information not derived information.

その他の回答 (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