搜索资源列表
software_tools
- 看YUV图像的软件,在做视频编码时候要用,开发H.264/AVC的必备工具。-the software which can read the YUV of image. this will be useful in video programming, also will be a necessary tool in developing H.264/AVC
read_yuv
- 自己写的用matlab读取YUV文件,并分帧保存.生成一个N维矩阵(N是总帧数),一维就是一帧的数据. Y U V分别保存.-wrote it myself using Matlab YUV read documents, preservation and framing. Generating an N-dimensional matrix (N is the total frame count). is a one-dimensional data. Y U V were preserv
YUV.rar
- 本程序是利用MATLAB读取YUV视频数据,并播放视频。,This procedure is to use MATLAB to read YUV video data, and video.
readYUV
- 可以读取YUV图像的Y,U,V的值,为下一步转化为RGB做好准备-You can read YUV image Y, U, V value, converted to RGB for the next step to prepare
Monitor.rar
- 自己写的vc 读取YUV视频信号 进行帧差法进行目标跟踪 ,高斯背景模型提取,,Vc wrote it myself to read YUV video signal frame-difference method for target tracking, Gaussian background model extraction,
YUV.rar
- yuv读取源程序,用户可以自定义每秒播放视频的帧数,yuv read the source code, the user can customize the number of frames per second video playback
YUVvideoFormatOperation
- 对于YUV格式的视频系列,本源代码可以实现对其中一幅图像的读取、插入等功能-For YUV format video series, source code can achieve an image of one of the read, insert and other functions
YUVfiletoreadthesourcecode
- YUV文件读取源程序,能有效的读取YUV文件。-YUV file to read the source code, can effectively read YUV file.
jpegshow
- 可读取JPEG图像并显示在界面上,并获取RGB值,用于图像处理。-Can read and display JPEG images up at the interface and access to RGB value for the image processing.
MyYUViewer
- YUV视频序列文件的读取与显示例程,还是比较好用的,可以自己修改-YUV video sequence file to read and display routines
yuv
- 此程序是将.yuv文件读取并且进行JPEG压缩编码,程序可用-This procedure is. Yuv file to read and to JPEG compression, the program can be used
yuv
- 在yuvshow.m设定输入文件和参数,调用子函数处理yuv文件,转化为RGB,并播放。-read and show yuv vedio file
YUVviewer
- 读取YUV文件的源代码,能实现YUV文件的读取与显示。-YUV file to read the source code, to achieve reading YUV files and display.
yuv
- 用matlab读取yuv视频,将每帧图像转换为rgb图像-Read yuv video, each frame is converted to rgb images using matlab
yuv
- 读取YUV文件并将其转化为png图片格式-Read YUV files and translate them into png image format
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.
yuv_import
- 本代码描述matlab如何将yuv文件读入系统以方便后续处理-yuv read matlab
yuv
- C语言读入.yuv图像,依次输出Y,Cb,Cr分量像素值,并选取Y分量进行Huffman编码。-Read in C language. Yuv images, in turn, the output Y, Cb, Cr component pixels, and Y component of Huffman coding.
read_yuv
- 将yuv文件格式的视频读取出来,读取之后得到亮度色度分量的三个矩阵-Three matrices obtained luminance and chrominance components of the video file format yuv read out, after reading
yuv_io
- 简单的读写YUV文件的python代码。还可以对YUV文件进行裁切。(Read/write YUV files by python.)