How to display the Rectangles from different frames in one frame?
显示 更早的评论
I am working on a vacant spot detection solution. I am getting the rectangle boxes for different frames in multiples figures, all I want is to display all the detected rectangles boxes in single figure.
Here I am attaching the figures Please find the attachment
<<
<<
3 个评论
awa
2016-7-4
Excuse me, could you pleas tell me how to get the rectangle boxes for different frames in multiples figures ? I'm solving the same issue now.
Thank you.
Image Analyst
2016-7-4
Use rectangle() or plot() or line() to display the boxes in the axes that you want. You can use axes() to switch axes, or just pass the axes into the plotting function that you use.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Images 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!