Hello there, I want to develop a Matlab code on Video processing. Please help me how to write the code
이전 댓글 표시
I want to develop a matlab code to perform deblurring operations on frames of a video. Can anybody help me out to extract frames from a video and how to combine them to form a video again? I would be happy if you attach similar kind of exampe .m code. Thank you
답변 (1개)
Walter Roberson
2014년 4월 15일
0 개 추천
VideoReader() to read the frames, VideoWriter() to write them.
댓글 수: 2
RajaSekhar
2014년 4월 15일
Walter Roberson
2014년 4월 15일
Click on the "Read and play back" example at http://www.mathworks.com/help/matlab/ref/videoreader-class.html to see reading frames. Click on 'AVI file from animation" example at http://www.mathworks.com/help/matlab/ref/videowriter-class.html to see writing frames.
카테고리
도움말 센터 및 File Exchange에서 Audio and Video Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!