Visualización básica
Vea datos de imágenes, imágenes de varios cuadros (películas) y volúmenes y configure las preferencias de visualización
La toolbox ofrece varias funciones para visualizar datos de imágenes y volúmenes. Para entender todas las prestaciones de visualización de imágenes de la toolbox, consulte Choose Approach to Display 2-D and 3-D Images.
Apps
Image Viewer | Ver y explorar imágenes |
Image Browser | Browse images using thumbnails |
Video Viewer | Visualizar vídeos y secuencias de imágenes |
Volume Viewer | Visualizar datos volumétricos y datos volumétricos etiquetados |
Funciones
Propiedades
Viewer Properties | Viewer for 2-D and 3-D image display (desde R2022b) |
Volume Properties | Display volume in 3-D viewer (desde R2022b) |
BlockedVolume Properties | Display blocked volume in 3-D viewer (desde R2023a) |
Temas
Mostrar una imagen en una ventana de figura
- Choose Approach to Display 2-D and 3-D Images
Display 2-D images and 3-D volumes programmatically using functions or interactively using apps. - Mostrar una imagen en la ventana de figura
Muestre imágenes en escala de grises, RGB, indexadas y binarias en una ventana de figura. Cada elemento de los datos de la imagen se muestra en un único píxel de la pantalla. - Mostrar varias imágenes
Muestre varias imágenes en distintas ventanas de figura o de forma individual en la misma ventana de figura. También puede crear una composición de dos imágenes para una comparación más fácil. - 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.
Mostrar imágenes de forma interactiva
- Introducción a la app Image Viewer
Muestre, explore y procese imágenes de manera interactiva con la app Image Viewer. - View Image Sequences in Video Viewer
Animate image sequences using the Video Viewer app. Explore the image sequence with playback, panning, and zooming controls. - Convertir una imagen con varios cuadros en una película
Cree una película a partir de una secuencia de imágenes en color verdadero o indexadas. Las películas pueden reproducirse en el entorno de MATLAB® o escribirse en un archivo de vídeo.
Mostrar volúmenes
- 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. - Label Volume Display Using Point and Line Annotations
This example shows how to add and edit point and line annotations in aViewer3D
window. - Display Volume Using Cinematic Rendering
View volumes with photorealistic lighting and shadows using cinematic rendering. - Display Translucent Volume with Advanced Light Scattering
This example shows how to display translucent volumes using realistic light scattering. - Remove Objects from Volume Display Using 3-D Scissors
This example shows how to interactively remove unwanted regions in a 3-D display, such as a patient bed in a CT scan, by using 3-D scissors. - 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. - Explore Slices from 3-D Image Volume with Anisotropic Voxel Spacing
Display slices from a 3-D image volume with voxel spacing that varies between spatial dimensions.