フィルターのクリア

how to crop image.

2 ビュー (過去 30 日間)
Nurul Najmah
Nurul Najmah 2015 年 5 月 5 日
回答済み: Image Analyst 2015 年 5 月 5 日
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 日
croppedImage = imcrop(yourImage, [11, 1, 300, 240]);

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by