Display labeled volume
Display labeled volumetric data, creating a labelvolshow
object
with properties that control the appearance of the display. You can embed the intensity volume
with the labeled volume and display both volumes at once.
labelvolshow(___,
uses one or more name-value pairs to set Properties that control
visualization of the volumes. Enclose each property name in quotes.Name,Value
)
For example,
labelvolshow(L,V,'BackgroundColor','w','VolumeThreshold',0.2)
displays 3-D labeled volume L
and grayscale volume V
in a figure with a white background color. All pixels of V
that have a
value less than 0.2
are fully transparent.
h = labelvolshow(___)
returns a
labelvolshow
object, h
, with properties that can
be used to control visualization of the volumes. Use input arguments from any of the
previous syntaxes.
setVolume | Set new labelvolshow object |
modefilt
| slice
| volshow
| Volume
Viewer