OrthoView

버전 1.0.0.0 (9.73 KB) 작성자: Ghassan Hamarneh
GUI for interactive viewing of 3D volumes.
다운로드 수: 6.7K
업데이트 날짜: 2006/1/3

라이선스 없음

ORTHOVIEW is used to view orthographic slices of 3D volumes.

Download the m file to a folder and add it to your path.

From matlab run 'view3d' to open the GUI.

In the appropriate edit box, type in an expression that generates a 3D array then press the Load button.

3D expressions such as: rand(50,40,30) or the name or a 3D array variable in the workspace, for example, run load mri; D=squeeze(D); then enter D.


The 3 views (all except the lower right one) display orthographic projections.

Use the scroll bars to change the number of the slice viewed.

Use the transpose, flipud, or fliplr to transpose the view, flip it vertically, or horizontally.

Use update 3d to view the slices in a 3D view.

Check auto to obtain an automatic update of the 3D view of the slices (Note: this may affect performance).

Use cla to clear the 3D view this may improve performance.

Change the span values to the volume''s physical dimensions so the aspect ratio is displayed properly (note: you can use relative values for example use 1,3,2 instead of 0.5,1.5,1.0.

Global intensity scaling can now be enabled or disabled.

Press Apply to apply changes in span and intensity windowing.

See also: SLICE, MONTAGE, ISOSURFACE

Ghassan Hamarneh
hamarneh@gmail.com
Download latest software from:
http://www.cs.sfu.ca/~hamarneh

인용 양식

Ghassan Hamarneh (2024). OrthoView (https://www.mathworks.com/matlabcentral/fileexchange/2256-orthoview), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14SP1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 3-D Volumetric Image Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

- support for matlab 7
- global intensity scaling.