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!