I have some problem with the insertObjectAnnotation function in Matlab. How do your change the orientation of annotation?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Dima Lisin
el 22 de Jul. de 2015
Hi Chen,
Unfortunately this is not possible at present. insertText and insertObjectAnnotation do not let you rotate the text.
2 comentarios
Dima Lisin
el 22 de Jul. de 2015
Actually, wait. Maybe you can do it. You can rotate the image, call insertObjectAnnotation, and then rotate the image back.
Ver también
Categorías
Más información sobre Computer Vision with Simulink en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!