how to crop image.

6 views (last 30 days)
Nurul Najmah
Nurul Najmah on 5 May 2015
Answered: Image Analyst on 5 May 2015
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.

Accepted Answer

Image Analyst
Image Analyst on 5 May 2015
croppedImage = imcrop(yourImage, [11, 1, 300, 240]);

More Answers (0)

Community Treasure Hunt

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

Start Hunting!