필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
Batuhan Istanbullu
Batuhan Istanbullu 2022년 11월 6일
답변: Suvansh Arora 2022년 11월 9일
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 ;

채택된 답변

Suvansh Arora
Suvansh Arora 2022년 11월 9일
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:

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by