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 CenterFile Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by