OrthoView3D

버전 1.2.0.0 (6.01 MB) 작성자: Jered Wells
MATLAB GUI for exploring 3D datasets through a sleek and simple interface (sample dataset included)
다운로드 수: 680
업데이트 날짜: 2012/2/14

라이선스 보기

ORTHOVIEW3D GUI for interactive viewing of 3D Volumes
ORTHOVIEW3D is used to view orthographic slices of 3D volumes

Type in an expression that generates a 3D array
then press the Display button

3D expressions such as: rand(50,40,30) or
the name or a 3D array variable in the workspace

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

Change the Pixel Size 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
then press "Adjust Pixel Size"

Example:
load defrise
orthoview3d
(Type 'defrise' in the box where 'rand(50,40,30)' appears)
(Press 'Display')

See also: VIEW3D, slice, montage, isosurface

Jered R Wells
02/10/2012
jered [dot] wells [at] gmail [dot] com

Author's Note
This file was adapted from ORTHOVIEW by Ghassan Hamarneh (see ref).
It has been accelerated and simplified for viewing larger volumes.
A simple window/level tool has also been added to supplement the
viewing of medical images with familiar tools.

Acknowledgement to:
http://www.mathworks.de/matlabcentral/fileexchange/2256-orthoview
Ghassan Hamarneh, ghamarneh@yahoo.com

인용 양식

Jered Wells (2024). OrthoView3D (https://www.mathworks.com/matlabcentral/fileexchange/35037-orthoview3d), MATLAB Central File Exchange. 검색됨 .

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

받음: OrthoView

Community Treasure Hunt

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

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

Updated summary

1.1.0.0

Corrected errors in pixel size field

1.0.0.0