How to fix Image tearing in video ? Why it Happen ?

1 次查看(过去 30 天)
How to fix Image tearing in video ? Why it Happen ?

回答(1 个)

yanqi liu
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!

Translated by