How to fix Image tearing in video ? Why it Happen ?
3 次查看(过去 30 天)
显示 更早的评论
How to fix Image tearing in video ? Why it Happen ?
回答(1 个)
yanqi liu
2022-6-7
yes,sir,may be use imresize to make image to smaller,or just use subplot(1,1,1);
such as
>> im = imread('football.jpg');
>> figure; subplot(1,1,1); imshow(im);
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!