필터 지우기
필터 지우기

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 CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by