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

2 次查看(过去 30 天)
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.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Geometric Transformation and Image Registration 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by