搜索资源列表
AddNoise_yuv
- 支持向yuv视频图像添加噪声,主要是高斯噪声-yuv support to add video noise, mainly Gaussian noise
yuv_viewer
- YUV视频播放器,可选择灰度播放或彩色播放。-YUV video player, the option of broadcasting or gray color broadcast.
yuv_filter
- yuv视频中y、u、v三个分量通道分别进行各种滤波-yuv Video y, u, v 3 components were various channel filtering
video_wvltcodinganddemo
- \\examples 目录中存放的是用于编码的demo视频,其中 \\tools 子目录中包含有一个将avi视频转换为yuv视频的工具 \\demo videos 子目录中存放的是可直接用于压缩的参数描述文件和相应的视频文件 \\video_wvltcoding 目录中存放的是视频编码的源程序。 -\\ examples directory is used to store the encoded video demo, which \\ tools subdirectory
YUV_PLAYER
- YUV播放器扩展,可以进行黑白和彩色YUV视频格式的播放和单帧查看等功能,很好用,欢迎下载!-YUV player expansion can be black-and-white and color video YUV format of broadcast and single-frame View, and other functions, is useful, welcome to download!
yuv-rw
- openyuv.m将yuv视频文件打开,保存为png文件。writeyuv.m将yuv视频中的第一镇上/下/左/右位移后写入另一yuv文件。
基于自适应DCT系数的视频水印
- 这是一个有关于视频水印的程序,包含yuv格式的读入,提取出每一帧图像,然后对每一帧图像做8*8块DCT变换,然后在中低频修改DCT系数然后恢复图像,重构成yuv格式的视频播放。
YUV.rar
- 在图像处理中如何进行视频处理,如何从yuv格式的序列中提取出亮度信息,这是后面对视频处理的基础。,In image processing for video How to deal with how to format yuv sequence information extracted brightness, this is the basis of the face of video processing.
YUV.rar
- 本程序是利用MATLAB读取YUV视频数据,并播放视频。,This procedure is to use MATLAB to read YUV video data, and video.
YUV.rar
- yuv读取源程序,用户可以自定义每秒播放视频的帧数,yuv read the source code, the user can customize the number of frames per second video playback
psnr
- 分析计算高清、标清电视视频序列的PSNR。 给出yuv文件,然后只需代码中给出自己需要是高清的,国标电视视频1920*1080,标清720*576,然后分析各个电视画面帧的PSNR值。-Analysis and Calculation of High Definition, Standard Definition TV video sequences of the PSNR. Give yuv file, then just give the code to their own needs
MyYUViewer
- YUV视频序列文件的读取与显示例程,还是比较好用的,可以自己修改-YUV video sequence file to read and display routines
tss
- YUV视频文件二维运动估计中的三步法源程序,可以直接运行!-Three Step Search
yuvtools
- yuv原始视频数据处理的一系列工具。包含能够显示yuv视频的yuvviewer,及对视频图像进行格式转换的其他工具。-yuv the original video data of a series of tools to deal with. Included to show the yuv video yuvviewer, and format conversion of video images of other tools.
YUV-RGB
- 把YUV格式视频转换成RGB格式的,RGB格式转换成YUV的格式,两者之间互换-The YUV format into RGB format video, RGB format into YUV format, exchange between the two
yuv.pdf
- 详细讲解视频YUV格式的资料,包含图例,讲解细致,值得一看-Explain in detail the YUV format video data, including the legend, to explain the detailed, worth a visit
yuv
- 用matlab读取yuv视频,将每帧图像转换为rgb图像-Read yuv video, each frame is converted to rgb images using matlab
yuv
- 数字视频处理在matlab仿真实验时经常用到YUV格式视频序列进行测试,这里提供自己编写的yuv视频读取及统计视频帧数的程序源码。-Digital video processing in matlab simulation experiment often used YUV format video sequence test here to write your own program source yuv video read and statistical video frames.
two-views-YUV-player
- 同时播放两个视点的YUV视频播放器,同时播放两个视点的YUV视频播放器-Simultaneously play two viewpoints YUV video player
YUV_Player_简易YUV播放器
- debug文件夹下有可直接运行的EXE文件,可以先预览一下效果。 实现YUV视频的播放、暂停、下一帧、退出等功能。 基于MFC、C++实现。 YUV格式视频需要通过YUV转换器实现,已包含在文件夹内。(Debug folder can be run directly under the EXE file, you can preview the effect. YUV video playback, pause, next frame, exit and other functions.