i want to crop image from column(1-10) and column(310-320) without changing the row size.
my image is 240 rows,320 columns.

 採用された回答

Image Analyst
Image Analyst 2015 年 5 月 5 日

0 投票

croppedImage = imcrop(yourImage, [11, 1, 300, 240]);

その他の回答 (0 件)

カテゴリ

Community Treasure Hunt

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

Start Hunting!

Translated by