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!