Contenido principal

Label Images and Video

Label images and video using Image Labeler and Video Labeler apps

Use the Image Labeler and Video Labeler apps to interactively annotate images and video sequences for computer vision tasks such as object detection, semantic segmentation, instance segmentation, text detection, and image or video classification. You can define label types and apply annotations for rectangles, polygons, polylines, scene labels, and pixel-level labels. For more information, see Get Started with the Image Labeler and Get Started with the Video Labeler.

You can also import ground truth from external formats like COCO and ASAM OpenLABEL®.

Apps

Image LabelerLabel images for computer vision applications
Video LabelerLabel video for computer vision applications

Functions

expand all

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 (Since R2022b)
groundTruthDataSourceObject for storing ground truth data sources
groundTruthFromCOCOConvert COCO JSON file into ground truth object (Since R2025a)
groundTruthFromOpenLabelConvert OpenLabel JSON file to ground truth object (Since R2024b)
groundTruthToOpenLabelConvert ground truth object to OpenLabel JSON file (Since R2024a)

Create Label Definitions

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

Add Label, Sublabel, and Attribute

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

Edit Label, Name, and Description

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

Remove Label, Sublabel, and Attribute

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

Topics