Can matlab display (plot3, surf, slice, etc...) with dicom LPR convention?

1 回表示 (過去 30 日間)
John
John 2016 年 12 月 1 日
コメント済み: Walter Roberson 2016 年 12 月 2 日
If patient is in supine position (face up), feet first, the dicom coordinate is LPS, X+ is to the left, Y+ points down and Z+ to us.
The view angle can be changed but it's hard to let Y+ to point down and Z+ to point out.

採用された回答

Walter Roberson
Walter Roberson 2016 年 12 月 1 日
Would that possibly be
set(gca, 'XDir', 'reverse', 'YDir', 'reverse')
  3 件のコメント
Walter Roberson
Walter Roberson 2016 年 12 月 1 日
編集済み: Walter Roberson 2016 年 12 月 1 日
In theory, Yes. You could parent the graphic to an hgtransform that permuted the coordinates. But the axis labels (xlabel, ylabel, zlabel) would not get permuted.
Walter Roberson
Walter Roberson 2016 年 12 月 2 日
I wonder if this kind of swap could be done by changing the camera position or camera target? https://www.mathworks.com/help/matlab/ref/campos.html

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLighting, Transparency, and Shading についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by