I have some problem with the insertObjectAnnotation function in Matlab. How do your change the orientation of annotation?
조회 수: 1 (최근 30일)
이전 댓글 표시
I am currently using computer vision tool box in my Matlab and I have some issues with the function insertObjectAnnotation. It only imports textbox in landscape (text goes from left to right). How could I change it so the text inside the textbox is still in landscape but the textbox is rotated 90 degrees counter-clockwise? Thank you very much for your help.
댓글 수: 0
답변 (1개)
Dima Lisin
2015년 7월 22일
Hi Chen,
Unfortunately this is not possible at present. insertText and insertObjectAnnotation do not let you rotate the text.
댓글 수: 2
Dima Lisin
2015년 7월 22일
Actually, wait. Maybe you can do it. You can rotate the image, call insertObjectAnnotation, and then rotate the image back.
참고 항목
카테고리
Help Center 및 File Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!