imtranslate is not working with 4D images?

1 回表示 (過去 30 日間)
Stelios Fanourakis
Stelios Fanourakis 2018 年 5 月 31 日
コメント済み: Rik 2018 年 5 月 31 日
I am trying to run imtranslate to a 4D stack of dicom images. I get the error that imtranslate needs a 3D image.
How can I make it run with a 4D matrix? I am using this line
H = imtranslate(im2(:,y,:,:),[col,row,0],'OutputView','full');
  1 件のコメント
Rik
Rik 2018 年 5 月 31 日
Is y a scalar? If so, you can use squeeze to convert the input to a 3D array. Afterwards, you can use permute to reshape it to a 4D array.

サインインしてコメントする。

回答 (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