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!