need a code for a slider that can show different images for a volume of dicom images

조회 수: 4 (최근 30일)
hi, i'm creating a GUI. i have a folder of images (X x Y x Z) showed in an axes (axes1). Now i need a slider for display the image (on the z axis) once at time in the axes1.
please answer me, thanks
  댓글 수: 4
clara
clara 2020년 3월 1일
I’m using the guide. I’ve already loaded and showed the first image on the axes1 With a button. Now I need a slider to display the other images
clara
clara 2020년 3월 1일
How can I use the volume viewer ? I need a slider

댓글을 달려면 로그인하십시오.

답변 (1개)

Guillaume
Guillaume 2020년 3월 1일
How can I use the volume viewer ? I need a slider
I don't think you can integrate in your own GUI, it's already a GUI on its own, so if that's what you're after it's not going to help. But if you just want to visualise slices of a 3D volume, the volume viewer has got you covered. It has sliders built-in to show individual slices in all 3 axes.
You'd start the volume viewer with:
VolumeViewer(your3Dmatrix);
or in the App Tab, select the Volume Viewer app.

카테고리

Help CenterFile Exchange에서 3-D Volumetric Image Processing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by