主要内容

本页翻译不是最新的。点击此处可查看最新英文版本。

视频分类

R2025b
使用深度学习执行视频分类和活动识别

使用深度学习将来自视频流等视觉数据源的图像序列中包含的活动或动作分类成一组类别。基于视觉的活动识别涉及使用一组视频帧来预测图像序列中的动作,例如行走、游泳或静坐。视频中的活动识别应用广泛,例如人机交互、异常检测和监控。要了解详细信息,请参阅Getting Started with Video Classification Using Deep Learning

App

视频标注器Label video for computer vision applications
真实值标注器(To be removed) Label ground truth data for automated driving applications

函数

全部展开

groundTruthGround truth label data
writeVideoScenesWrite video sequence to video file
sceneTimeRangesTime ranges of scene labels from ground truth data
VideoReader创建对象以读取视频文件
fileDatastore具有自定义文件读取器的数据存储
transform变换数据存储
combine合并来自多个数据存储的数据
folders2labelsGet list of labels from folder names
splitlabelsFind indices to split labels according to specified proportions
inflated3dVideoClassifierInflated-3D (I3D) video classifier. Requires Computer Vision Toolbox Model for Inflated-3D Video Classification
slowFastVideoClassifierSlowFast video classifier. Requires Computer Vision Toolbox Model for SlowFast Video Classification
r2plus1dVideoClassifierR(2+1)D video classifier. Requires Computer Vision Toolbox Model for R(2+1)D Video Classification
predictCompute video classifier predictions
forwardCompute video classifier outputs for training
imwarp对图像应用几何变换
imcrop裁剪图像
imresize调整图像大小
randomAffine2dCreate randomized 2-D affine transformation
centerCropWindow2dCreate rectangular center cropping window
classifyVideoFileClassify a video file
classifySequenceClassify video sequence
updateSequenceUpdate video sequence for classification
resetSequenceReset video sequence properties for streaming video classification
vision.VideoPlayerPlay video or display image
vision.DeployableVideoPlayerDisplay video
insertTextInsert text in image or video

主题

精选示例