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
Image Analyst 2015년 10월 24일

0 개 추천

subimage = rgbImage(row1:row2, col1:col2, :);

카테고리

도움말 센터File Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기

태그

질문:

2015년 2월 4일

답변:

2015년 10월 24일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by