Basic Display
View image data, multi-frame images (movies), volumes, and set display
preferences
The toolbox provides several functions for viewing image data and volumes. To understand all the toolbox image display capabilities, see Image Display and Exploration Overview.
Apps
Image Viewer | View and explore images |
Image Browser | Browse images using thumbnails |
Video Viewer | View videos and image sequences |
Volume Viewer | View volumetric data and labeled volumetric data |
Functions
Properties
Viewer3D Properties | Display scene in 3-D viewer |
Volume Properties | Display volume in 3-D viewer |
BlockedVolume Properties | Display blocked volume in 3-D viewer |
Topics
Image Display in a Figure Window
- Image Display and Exploration Overview
Display and explore single images using theimshow
function and Image Viewer app. - Display an Image in Figure Window
Display grayscale, RGB, indexed, and binary images in a figure window. Each element of image data is displayed on a single screen pixel. - Display Multiple Images
Display multiple images in separate figure windows or individually in the same figure window. You can also create a composite of two images for easier comparison. - Display Different Image Types
Display truecolor, grayscale, binary, and indexed images in a figure window or in the interactive Image Viewer app. - Print Images
Print images to use them in a word processing program or graphics editor. - Manage Display Preferences
View and edit preferences to control how images are displayed on your screen by default.
Interactive Image Display
- Get Started with Image Viewer App
Display, explore, and process images interactively with Image Viewer app. - View Image Sequences in Video Viewer
Animate image sequences using the Video Viewer app. Explore the image sequence with playback, panning, and zooming controls. - Convert Multiframe Image to Movie
Create a movie from an image sequence of truecolor or indexed images. Movies can be played in the MATLAB® environment or written to a video file.
Volume Display
- Explore 3-D Volumetric Data with Volume Viewer App
View perpendicular cross-sections of 3-D volumetric data and adjust the rendering to reveal structures within the volume. - Explore 3-D Labeled Volumetric Data with Volume Viewer
View 3-D labeled volumetric data, and adjust the visualization such as the opacity and colormap, using the Volume Viewer app. - Display Interior Labels by Clipping Volume Planes
Interactively clip a quadrant of a volumetric image to expose a surface within the volume. - Display Interior Labels by Adjusting Volume Overlay Properties
Adjust the transparency of labeled volumetric data and the rendering style to reveal labels on the interior of the volume. - Display Large 3-D Images Using Blocked Volume Visualization
This example shows how to display large 3-D image volumes using ablockedImage
object and thevolshow
function.