How to get the portion inside a rectangle?
이전 댓글 표시
How to get the portion inside the yellow rectangle? The four coordinates of the yellow rectangle is known. I just want the portion inside yellow rectangle. How to get it using matlab?

답변 (1개)
Image Analyst
2015년 10월 24일
subimage = rgbImage(row1:row2, col1:col2, :);
카테고리
도움말 센터 및 File Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!