フィルターのクリア

Change label size of bounding box

1 回表示 (過去 30 日間)
R G
R G 2021 年 9 月 30 日
回答済み: Dave B 2021 年 9 月 30 日
Hi, I am doing a report based bounding box in Matlab, follows the link
However, when I copy image to the report, the label of bounding box is too small and difficult to see.
So I wonder if there is a way to make the label name bigger or clearer.

採用された回答

Dave B
Dave B 2021 年 9 月 30 日
You could use the FontSize Name-Value pair on insertObjectAnnotation:
I = insertObjectAnnotation(I,'Rectangle',bboxA,labelsA,'FontSize',22);
J = insertObjectAnnotation(J,'Rectangle',bboxB,labelsA,'FontSize',22);
imshowpair(I,J,'montage')

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by