How to fix Image tearing in video ? Why it Happen ?
조회 수: 3(최근 30일)
표시 이전 댓글
How to fix Image tearing in video ? Why it Happen ?
답변(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);
참고 항목
범주
Find more on Video Formats and Interfaces in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!