主要内容

本页面提供的是上一版软件的文档。当前版本中已删除对应的英文页面。

使用 Simulink 实现计算机视觉

R2025b
Simulink® 支持计算机视觉应用

使用 Computer Vision Toolbox™ 模块为计算机视觉应用构建模型。执行特征检测、图像分析、FIR 滤波、频率和霍夫变换、形态学运算、对比度增强和去噪。

局部特征及其描述符是许多计算机视觉算法的构建块。其应用包括图像配准、目标检测和分类、跟踪和运动估计。

运动估计和跟踪是活动识别、交通监控、汽车安全和监督等应用中的关键活动。

分析和增强方法使您能够提高信噪比和突出特征。

showvipblockdatatypetable 函数提供有关所有 Computer Vision Toolbox 模块的模块功能、代码生成限制、可变大小和支持的数据类型的详细信息。

模块

全部展开

Corner Detection blockCorner DetectionCalculate corner metric matrix and find corners in images
Edge Detection blockEdge DetectionFind edges of objects in images using Sobel, Prewitt, Roberts, or Canny method
Trace Boundary blockTrace BoundaryTrace object boundaries in binary images
Template Matching blockTemplate MatchingLocate a template in an image
Estimate Geometric Transformation blockEstimate Geometric TransformationEstimate geometric transformation from matching point pairs
Find Local Maxima blockFind Local MaximaFind local maxima in matrices
Template Matching blockTemplate MatchingLocate a template in an image
Warp blockWarpApply projective or affine transformation
Resize blockResizeEnlarge or shrink entire image or region of interest within image
Rotate blockRotateRotate image by specified angle
Shear blockShearShift rows or columns of an image or a video frame by linearly varying offset
Translate blockTranslateTranslate image or video frame
Deep Learning Object Detector blockDeep Learning Object Detector使用经过训练的深度学习目标检测器检测目标
Block Matching blockBlock MatchingEstimate motion between images or video frames
Optical Flow blockOptical FlowEstimate object velocities
Template Matching blockTemplate MatchingLocate a template in an image
2-D Autocorrelation block2-D Autocorrelation 2-D autocorrelation of input matrix
2-D Correlation block2-D CorrelationCompute 2-D correlation of two input matrices
2-D Histogram block2-D HistogramGenerate histogram from input
2-D Maximum block2-D MaximumCompute maximum value of input or sequence of inputs
2-D Mean block2-D MeanFind 2-D mean of input array
2-D Median block2-D Median 2-D Median values of input array
2-D Minimum2-D MinimumFind minimum values in input or sequence of inputs
2-D Standard Deviation block2-D Standard DeviationCompute standard deviation of input or sequence of inputs
2-D Variance block2-D VarianceCompute variance of input or sequence of inputs
Blob Analysis blockBlob AnalysisStatistics for labeled regions
Find Local Maxima blockFind Local MaximaFind local maxima in matrices
PSNR blockPSNRCompute peak signal-to-noise ratio (PSNR) between images
Bottom-hat BlockBottom-hatPerform morphological bottom-hat filtering on intensity or binary images
Closing BlockClosingPerform morphological closing on binary or intensity images
Dilation BlockDilationDilate binary or intensity image by finding local maxima
Erosion blockErosionFind local minima in binary or intensity image
Label blockLabelLabel connected components in binary image
Opening BlockOpeningPerform morphological opening on binary or intensity images
Top-hat BlockTop-hatPerform morphological top-hat filtering on intensity or binary images
Autothreshold blockAutothresholdConvert intensity image to binary image
Chroma Resampling blockChroma ResamplingDownsample or upsample chrominance components of images
Color Space Conversion blockColor Space ConversionConvert color space of image
Demosaic blockDemosaicDemosaic Bayer format images
Gamma Correction blockGamma CorrectionApply or remove gamma correction to or from image or video stream
Image Complement BlockImage ComplementCompute the complement of pixel values in binary or intensity images
Image Data Type Conversion blockImage Data Type ConversionConvert and scale input image to specified output data type
Image Pad blockImage PadPad image by adding rows, columns, or both
To Simulink ImagePack numeric matrix into a Simulink image (自 R2022a 起)
From Simulink ImageUnpack numeric matrix from Simulink image (自 R2022a 起)
Image Attributes blockImage AttributesOutput attributes of Simulink image signal (自 R2022b 起)
2-D Convolution block2-D ConvolutionCompute 2-D discrete convolution of two input matrices
2-D FFT block2-D FFTCompute 2-D fast Fourier transform (FFT)
2-D IFFT block2-D IFFTCompute 2-D inverse fast Fourier transform (IFFT)
2-D DCT block2-D DCTCompute 2-D discrete cosine transform (DCT)
2-D IDCT block2-D IDCTCompute 2-D inverse discrete cosine transform (IDCT)
2-D FIR Filter block2-D FIR Filter2-D FIR filter on input matrix
Block Matching blockBlock MatchingEstimate motion between images or video frames
Block Processing blockBlock ProcessingRepeat user-specified operation on blocks of input matrix
Contrast Adjustment blockContrast AdjustmentAdjust image contrast using linear scaling
Deinterlacing blockDeinterlacingRemove interlacing effect
Edge Detection blockEdge DetectionFind edges of objects in images using Sobel, Prewitt, Roberts, or Canny method
Histogram Equalization blockHistogram EqualizationEnhance contrast of images using histogram equalization
Median Filter blockMedian FilterPerform 2-D median filtering
Hough TransformHough TransformFind lines in images
Hough Lines blockHough LinesFind Cartesian coordinates of lines described by rho and theta pairs
Gaussian Pyramid blockGaussian PyramidPerform Gaussian pyramid decomposition
Write Binary File blockWrite Binary FileWrite binary video data to file
Image From File blockImage From FileRead image from file location
Image From Workspace blockImage From WorkspaceImport image from MATLAB workspace
Video Viewer blockVideo ViewerDisplay images or video frames
From Multimedia File blockFrom Multimedia FileRead video frames and audio samples from multimedia file
To Multimedia File blockTo Multimedia FileWrite video frames and audio samples to multimedia file
To Video Display blockTo Video DisplayDisplay images or video frames
Frame Rate Display blockFrame Rate DisplayCalculate and display video frame rate
Video To WorkspaceVideo To WorkspaceExport image or video to MATLAB workspace
Video From WorkspaceVideo From WorkspaceImport video from MATLAB workspace
Read Binary File blockRead Binary File Read video data from binary file
Compositing blockCompositingCombine two images or apply mask to image
Draw Markers blockDraw MarkersDraw markers on image
Draw Shapes blockDraw ShapesDraw rectangles, lines, polygons, or circles on images
Image Pad blockImage PadPad image by adding rows, columns, or both
Insert Text blockInsert TextDraw text on images or video frames
Point Cloud Viewer

对象

Simulink.ImageTypeSpecify image data type

主题

  • Video Formats

    Video data is a series of images over time.

  • Image Formats

    In the Computer Vision Toolbox software, images are real-valued ordered sets of color or intensity data.

  • Fixed-Point Signal Processing

    Discusses advantages of fixed-point development in general and of fixed-point support in System Toolbox software in particular, as well as lists common applications of fixed-point signal processing development.

  • Fixed-Point Concepts and Terminology

    Defines fixed-point concepts and terminology that are helpful to know as you use DSP System Toolbox™ software.

  • Arithmetic Operations

    Describes the arithmetic operations used by fixed-point DSP System Toolbox blocks, including operations and casts that might invoke rounding and overflow handling methods.

  • 对 MATLAB System object 的定点支持

    对 Computer Vision Toolbox System object 启用定点支持。

  • Specify Fixed-Point Attributes for Blocks (DSP System Toolbox)

    Teaches you how to specify fixed-point attributes and parameters in software on both the block and system levels.


精选示例