主要内容

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

图像类别分类

创建视觉变换器或视觉词袋图像分类器

使用视觉变换器神经网络或通过生成表示图像的视觉词实例数的直方图对图像分类。

App

图像标注器为计算机视觉应用标注图像
视频标注器Label video for computer vision applications

函数

全部展开

visionTransformerPretrained vision transformer (ViT) neural network (自 R2023b 起)
patchEmbeddingLayerPatch embedding layer (自 R2023b 起)
bagOfFeaturesBag of visual words object
trainImageCategoryClassifierTrain an image category classifier
imageCategoryClassifierPredict image category
imageDatastore图像数据的数据存储

主题

快速入门

  • Get Started with the Image Labeler
    Interactively label rectangular ROIs for object detection, pixels for semantic segmentation, polygons for instance segmentation, and scenes for image classification.
  • Get Started with the Video Labeler
    Interactively label rectangular ROIs for object detection, pixels for semantic segmentation, polygons for instance segmentation, and scenes for image classification in a video or image sequence.

对图像进行分类

精选示例