搜索资源列表
VIEW
- 1) 将y4m格式的视频文件读入到Matlab中,文件可以从如下网站下载: http://media.xiph.org/video/derf/ 2) 使用examples.m将y4m视频文件中的每一帧图像读取出来 3)把奇数帧的偶数行丢弃,把偶数帧的奇数行丢弃,这样就形成了隔行视频 4)分别采用垂直重复,行平均,垂直内插,场平均,行场平均的方法进行去隔行 5)分析结果 -1) y4m video file format will be read to Matlab, fi
MATLAB-graphics-methods
- MATLAB基础作图方法及绘制教程,视频提供实例和操作步骤-MATLAB-based mapping methods and drawing tutorial video provides examples and procedures
Video processing
- 该程序是用来处理视频的,比如视频的读取,播放,存储等功能,里面附带实例进行说明,易懂好操作(This program is used to process video, such as video reading, playback, storage and other functions, with examples to illustrate, easy to understand and operate)