Borrar filtros
Borrar filtros

How to call a video label that has been created in workspace?

1 visualización (últimos 30 días)
Hi I just used Video Labeler app to label my video while its moving to track an object to know its position by code but I did created a label but right now I don't know how to call it from workspace and find its position with the code ;

Respuesta aceptada

Suvansh Arora
Suvansh Arora el 9 de Nov. de 2022
In order to view the LabelData programatically, export the data to the workspace from Top Pane of "Video Labeler" and use the below mentioned code:
labelData = gTruth.LabelData;
head(labelData)
Please refer to the documentation mentioned below, in case of any issues:

Más respuestas (0)

Categorías

Más información sobre Computer Vision with Simulink en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by