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 ExchangeComputer 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