how to crop image.

조회 수: 1 (최근 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 CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by