imshow3Dfull

버전 2.5.1.0 (4.01 KB) 작성자: Maysam Shahedi
imshow3Dfull displays 3D images slice by slice in 3 orthogonal views, with mouse control
다운로드 수: 4.2K
업데이트 날짜: 2018/10/29

라이선스 보기

imshow3Dfull is an extended version of imshow3D. It displays 3D grayscale or RGB images from three perpendicular views(i.e. axial, sagittal, and coronal) in slice by slice fashion with mouse based slice browsing and window and level adjustment control.
Usage:
imshow3Dfull ( Image )
imshow3Dfull ( Image , [] )
imshow3Dfull ( Image , [LOW HIGH] )

Image: 3D image MxNxK (K slices of MxN images)
[LOW HIGH]: display range that controls the display intensity range of a grayscale image (default: the widest available range)
Use the scroll bar or mouse scroll wheel to switch between slices. To adjust window and level values keep the mouse right button pressed and drag the mouse up and down (for level adjustment) or right and left (for window adjustment).
Use "A", "S", and "C" buttons to switch between axial, sagittal and coronal views, respectivelly.

"Auto W/L" button adjusts the window and level automatically.
While "Fine Tune" check box is checked the window/level adjustment gets 16 times less sensitive to mouse movement, to make it easier to control display intensity rang.

Note: The sensitivity of mouse based window and level adjustment is set based on the user defined display intensity range; the wider the range the more sensitivity to mouse drag.

Example
--------
% Display an image (MRI example)
load mri
Image = squeeze(D);
figure,
imshow3Dfull(Image)

% Display the image, adjust the display range
figure,
imshow3Dfull(Image,[20 100]);

인용 양식

Maysam Shahedi (2024). imshow3Dfull (https://www.mathworks.com/matlabcentral/fileexchange/47463-imshow3dfull), MATLAB Central File Exchange. 검색됨 .

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

줌: volView

Community Treasure Hunt

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

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

Bug fixed

2.5.0.0

Now it works also for 3D RGB images and older MATLAB versions.

1.1.0.0

Note: It does not work in older versions of Matlab.

1.0.0.0