フィルターのクリア

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 ;
  1 件のコメント
Batuhan Istanbullu
Batuhan Istanbullu 2022 年 11 月 6 日
and my label in workspace has 1x1 data source 1x5 LabelDefinition 334x1 LabelData

サインインしてコメントする。

採用された回答

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 Center および File ExchangeComputer Vision with Simulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by