How to fix Image tearing in video ? Why it Happen ?
3 views (last 30 days)
Show older comments
How to fix Image tearing in video ? Why it Happen ?
2 Comments
Answers (1)
yanqi liu
on 7 Jun 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);
See Also
Categories
Find more on Video Formats and Interfaces in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!