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개)

카테고리

도움말 센터File Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

질문:

2015년 5월 5일

답변:

2015년 5월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by