How to fix Image tearing in video ? Why it Happen ?
3 ビュー (過去 30 日間)
古いコメントを表示
How to fix Image tearing in video ? Why it Happen ?
2 件のコメント
回答 (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!