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

1 visualizzazione (ultimi 30 giorni)
How to fix Image tearing in video ? Why it Happen ?

Risposte (1)

yanqi liu
yanqi liu il 7 Giu 2022
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