搜索资源列表
-
0下载:
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
-
-
1下载:
本设计主要用来进行图像采集处理,通过摄像头采集图像信息,经过插值算法后存储到外部SDRAM,然后读取图像数据,进行边缘滤波处理后经VGA输出到屏幕上。-This design is mainly used for image acquisition and processing,through the camera capture image information,after interpolation to the external memory after the SDRAM,and th
-
-
0下载:
利用插值算法处理视频,消除其噪点,实现视频与图像的光滑,还原视频图像-Use interpolation algorithm to handle video, eliminate noise, smooth video and images, restore the video image
-
-
0下载:
Covered topics
Introduction and image acquisition
Human vision, color models and image formation
Color and point transforms -histogram
Geometrical transforms
Interpolation
-