how to crop image.

6 Ansichten (letzte 30 Tage)
Nurul Najmah
Nurul Najmah am 5 Mai 2015
Beantwortet: Image Analyst am 5 Mai 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.

Akzeptierte Antwort

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

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by