Image Resizing before loading
显示 更早的评论
Hello Community,
When I read in an image - it is always too big to fit on screen so needs resizing, as below:
>> figure
>> myImage = ('IMG_2512.JPG');
>> imshow(myImage)
Warning: Image is too big to fit on screen; displaying at 17%
> In imuitools\private\initSize at 71
In imshow at 282
How can I resize the image beforehand so this error is not a problem, and it speeds up the loading process?
Thanks.
Regards,
10B.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Blocked Images 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!