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

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

Answers (1)

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);

1 Comment

You are not understanding my question , You can leave it

Sign in to comment.

Asked:

on 7 Jun 2022

Edited:

on 8 Jun 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!