Unknown size matrix-Cut image
2 次查看(过去 30 天)
显示 更早的评论
Hello everyone..I want to create a matrix where I will put specific elements of a ROI (e.g. >0) but i do not know the size of the final matrix. Or else, I want to cut the image and keep only the ROI. How can I do that?
0 个评论
采纳的回答
Image Analyst
2015-10-7
You can use imrect() or rbbox() or imcrop() to crop the image to a smaller rectangle. Let us know if you can't figure out the code to do it.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!