cropping image

조회 수: 6 (최근 30일)
Abdul
Abdul 2012년 4월 6일
how to crop image according to value x(column) and y(row)? i want to crop image and group it according to same row or same column.

채택된 답변

Image Analyst
Image Analyst 2012년 4월 6일
To crop you can use imcrop(), or simply use indexing:
croppedImage = fullImage(row1:row2, col1:col2);

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by