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?

Antworten (1)

Image Analyst
Image Analyst am 24 Okt. 2015

0 Stimmen

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

Kategorien

Tags

Gefragt:

am 4 Feb. 2015

Beantwortet:

am 24 Okt. 2015

Community Treasure Hunt

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

Start Hunting!

Translated by