主要内容

基本显示

查看图像数据、多帧图像(影片)、三维体,并设置显示设置

工具箱提供几个用于查看图像数据和三维体的函数。要了解所有工具箱图像显示功能,请参阅Choose Approach to Display 2-D and 3-D Images

App

图像查看器查看和浏览图像
图像浏览器Browse images using thumbnails
视频查看器View videos and image sequences
三维体查看器查看三维体数据和已标注的三维体数据

函数

全部展开

imshow显示图像
imfuseComposite of two images
imshowpair比较图像之间的差异
imblendBlend two images (自 R2024b 起)
imageshowDisplay image in 2-D viewer (自 R2024b 起)
viewer2dCreate viewer for 2-D image display (自 R2024b 起)
montageDisplay multiple images as rectangular montage
immovie基于多帧图像制作影片
warpDisplay image as texture-mapped surface
volshowDisplay volume
sliceViewerBrowse image slices
orthosliceViewerBrowse orthogonal slices in grayscale or RGB volume
obliquesliceExtract oblique slice from 3-D volumetric data
viewer3dCreate viewer for 3-D image display (自 R2022b 起)
SurfaceDisplay surface in 3-D viewer (自 R2022b 起)
LightLight source (自 R2023b 起)
PointPoint annotation (自 R2024a 起)
LineLine annotation (自 R2024a 起)
iptgetprefGet values of Image Processing Toolbox settings
iptprefs显示 Image Processing Toolbox 预设项窗口
iptsetprefSet Image Processing Toolbox setting or display valid values

属性

Viewer PropertiesViewer for 2-D and 3-D image display (自 R2022b 起)
Volume PropertiesDisplay volume in 3-D viewer (自 R2022b 起)
BlockedVolume PropertiesDisplay blocked volume in 3-D viewer (自 R2023a 起)
Image PropertiesImage appearance in 2-D Viewer (自 R2024b 起)

主题

图窗窗口中的图像显示

  • 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.
  • 在图窗窗口中显示图像
    在图窗窗口中显示灰度图像、RGB 图像、索引图像和二值图像。
  • 显示多个图像
    在多个单独的图窗窗口中显示多个图像,或在同一图窗窗口中单独显示多个图像。为了便于比较,您还可以创建两个图像的合成。
  • Display Different Image Types
    Display truecolor, grayscale, binary, and indexed images in a figure window or in the interactive Image Viewer app.
  • Display and Explore Blocked Images
    This example shows how to visualize and explore large and multiresolution images stored as blockedImage objects. (自 R2024b 起)
  • Print Images
    Print images to use them in a word processing program or graphics editor.
  • Manage Display Settings
    View and edit settings to control how images are displayed on your screen by default.

交互式图像显示

三维体显示

精选示例