Clear Filters
Clear Filters

How to read vowels values from 3Dviewer in matlab

1 view (last 30 days)
Hi...... I have BraTS dataset .Now able to view this in matlab 3D viewer but unable to know (read)voxel values in the 3D viewer for further analysis. Any one know about it.
Thanks for the support.
  2 Comments
Walter Roberson
Walter Roberson on 27 Feb 2019
Edited: Walter Roberson on 27 Feb 2019
volumeViewer does not offer any kind of data cursor, and makes it difficult to get to the graphics components. I revisited some notes I have about the graphics structures of volumeViewer, and did some more tests, and I find that the main graphics area in volumeViewer does not have an axes and therefore cannot have the axes tools turned on.
Some of the graphics objects for volumeViewer break some of the rules, such as it having a hgtransform that is a direct parent of a uipanel, whereas normally a hgtransform needs to be a child of an axes.

Sign in to comment.

Answers (0)

Categories

Find more on Graphics Object Programming in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!