主要内容

计算机视觉

利用计算机视觉应用扩展深度学习工作流

通过将 Computer Vision Toolbox™ 与 Deep Learning Toolbox™ 结合使用,将深度学习应用于计算机视觉应用。

App

图像标注器为计算机视觉应用标注图像
视频标注器Label video for computer vision applications
目标检测器分析器Interactively visualize and evaluate object detection results against ground truth (自 R2026a 起)

函数

全部展开

clipNetworkCreate pretrained CLIP deep learning neural network for vision-language tasks (自 R2026a 起)
moondreamCreate pretrained Moondream vision-language model (VLM) (自 R2026a 起)
groundingDinoObjectDetectorDetect and localize objects using Grounding DINO object detector (自 R2026a 起)
visionTransformerPretrained vision transformer (ViT) neural network (自 R2023b 起)
patchEmbeddingLayerPatch embedding layer (自 R2023b 起)
bisenetv2Create BiSeNet v2 convolutional neural network for semantic segmentation (自 R2025a 起)
semanticsegSemantic image segmentation using deep learning
unetCreate U-Net convolutional neural network for semantic segmentation (自 R2024a 起)
unet3dCreate 3-D U-Net convolutional neural network for semantic segmentation of volumetric images (自 R2024a 起)
deeplabv3plusCreate DeepLab v3+ convolutional neural network for semantic image segmentation (自 R2024a 起)
rtmdetObjectDetectorDetect objects using RTMDet object detector (自 R2024b 起)
yolov4ObjectDetectorDetect objects using YOLO v4 object detector (自 R2022a 起)
yolov2ObjectDetectorDetect objects using YOLO v2 object detector
yolov3ObjectDetectorDetect objects using YOLO v3 object detector
hrnetObjectKeypointDetectorCreate object keypoint detector using HRNet deep learning network (自 R2023b 起)
ssdObjectDetectorDetect objects using SSD deep learning detector
solov2Segment objects using SOLOv2 instance segmentation network (自 R2023b 起)
maskrcnnDetect objects using Mask R-CNN instance segmentation (自 R2021b 起)
posemaskrcnnPredict object pose using Pose Mask R-CNN pose estimation (自 R2024a 起)
reidentificationNetworkRe-identification deep learning network for re-identifying and tracking objects (自 R2024a 起)
yoloxObjectDetectorDetect objects using YOLOX object detector (自 R2023b 起)
efficientADAnomalyDetectorDetect anomalies using EfficientAD network (自 R2024b 起)
patchCoreAnomalyDetectorDetect anomalies using PatchCore network (自 R2023a 起)
fcddAnomalyDetectorDetect anomalies using fully convolutional data description (FCDD) network for anomaly detection (自 R2022b 起)
fastFlowAnomalyDetectorDetect anomalies using FastFlow network (自 R2023a 起)
detectTextCRAFTDetect texts in images by using CRAFT deep learning model (自 R2022a 起)
ocrRecognize text using optical character recognition

主题

目标检测和实例分割

自动化视觉检查

语义分割

图像和视频分类

精选示例