Cropping an image without resizing it
5 ビュー (過去 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 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!