主要内容

本页采用了机器翻译。点击此处可查看英文原文。

标注图像和视频

使用图像标注器和视频标注器标注图像和视频

使用图像标注器视频标注器以交互方式为图像和视频序列添加注解,用于目标检测、语义分割、实例分割、文本检测以及图像或视频分类等计算机视觉任务。您可以定义标签类型并应用矩形、多边形、折线、场景标签和像素级标签这些注解。有关详细信息,请参阅Get Started with the Image LabelerGet Started with the Video Labeler

您还可以从 COCO 和 ASAM OpenLABEL® 等外部格式导入真实值。

App

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

函数

全部展开

groundTruthGround truth label data
pixelLabelDatastoreDatastore for pixel label data
boxLabelDatastoreDatastore for bounding box label data
cuboid2imgProject cuboids from 3-D world coordinates to 2-D image coordinates (自 R2022b 起)
groundTruthDataSourceObject for storing ground truth data sources
groundTruthFromCOCOConvert COCO JSON file into ground truth object (自 R2025a 起)
groundTruthFromOpenLabelConvert OpenLabel JSON file to ground truth object (自 R2024b 起)
groundTruthToOpenLabelConvert ground truth object to OpenLabel JSON file (自 R2024a 起)

创建标签定义

labelDefinitionCreatorObject for storing, modifying and creating label definitions table
create Create label definitions table from the label definition creator object
infoDisplay information about a label, sublabel, or attribute stored in label definition creator object

添加标签、子标签和属性

addLabelAdd label to label definition creator object
addSublabelAdd sublabel to label in label definition creator object
addAttributeAdd attributes to label or sublabel in label definition creator object

编辑标签、名称和描述

editLabelGroupModify a label group name
editGroupNameChange group name
editLabelDescriptionModify description of label or sublabel in label definition creator object
editAttributeDescriptionModify description of attribute in label definition creator object

删除标签、子标签和属性

removeLabelRemove label from label definition creator object
removeSublabelRemove sublabel from label in label definition creator object
removeAttributeRemove attribute from label or sublabel in label definition creator object

主题