필터 지우기
필터 지우기

Increase of memory after saving size-reduced image

조회 수: 1 (최근 30일)
cater re
cater re 2020년 7월 16일
편집: cater re 2020년 7월 16일
I am resizing video files.
however the video outputs have higher memory than origianl ones although makes them half spatio and half temporal.
writerObj.FrameRate = fr/2;
im=imresize(im,0.5);
writeVideo(writerObj, im);

답변 (0개)

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by