Cropping an image without resizing it
조회 수: 2 (최근 30일)
이전 댓글 표시
Is it possible to crop an image in matlab so that the cropped image will have the same size as it was in the original image ? Thanks
댓글 수: 0
답변 (1개)
David Barry
2017년 1월 4일
편집: David Barry
2017년 1월 4일
Yes you can crop it and then resize it back to the original size if that's really what you want to do. You could use imresize. https://uk.mathworks.com/help/images/ref/imresize.html
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!