how to make view of volumeviewer app at an specific angle | camera configuration

10 views (last 30 days)
I'm using volumeViewer to plot a 1024x401x401 data matrix
using volumeViewer(data)
but its difficult to focus it at spcific angle like it is only controlable by mouse rotations
is there any way to change orientaion easily like move orientaion into XY axis,etc?
Also how to export the image from volumeviewer it exports only camera configuration?

Answers (1)

shubham kumar gupta
shubham kumar gupta on 19 May 2022
Edited: shubham kumar gupta on 19 May 2022
I'm unable to set precise config values for XY, XZ, YZ angle
but using volshow I'm able to export image
volshow(data,config)

Categories

Find more on Image Processing and Computer Vision in Help Center and File Exchange

Products


Release

R2022a

Community Treasure Hunt

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

Start Hunting!