搜索资源列表
yuv-rw
- openyuv.m将yuv视频文件打开,保存为png文件。writeyuv.m将yuv视频中的第一镇上/下/左/右位移后写入另一yuv文件。
YUVtoBMP.rar
- 这个源代码是一个具有这样功能的代码:YUV文件转BMP文件源代码,This source code is a code for this function: YUV file to BMP file source code
yuv
- 关于YUV文件的操作,格式转换YUV转换为RGB和YUV420格式转换为YUV400格式-YUV files on the operation of YUV format is converted to RGB format conversion to YUV400 and YUV420 format
YUV
- 从YUV文件中提取Y分量并另存为raw文件-Extracted from Y component of YUV files and save as raw file
yuv2mov
- 这是一个将yuv文件导入到matlab中的源程序 在程序中对使用过程进行了详细的解释-This is a yuv file into matlab the source in the proceedings on the use of the process carried out a detailed explanation
YuvConvert
- YUV转BMP工具,在YUV源文件的当前目录将YUV文件转换为单个BMP文件。-YUV to BMP tool, YUV source files in the current directory will be converted to a single YUV file BMP file.
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
YUVfiletoreadthesourcecode
- YUV文件读取源程序,能有效的读取YUV文件。-YUV file to read the source code, can effectively read YUV file.
yuv_player_using_framebuffer
- linux,使用framebuffer来播放yuv文件的一个源代码。-linux, use the framebuffer to play yuv file a source code.
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
YUV_PSNR
- YUV文件的PSNR比较工具,参数可以灵活设置-PSNR YUV file comparison tool, the parameters can be flexibly set
main.yuv
- 这是一个有关于YUV文件格式的代码,实现了剪切的功能,可让初学者学习。-This is a code on the YUV file format to achieve a cut of the feature that allows beginners to learn.
RGB-transform-YUV
- * 程序名称:RGB2YUV.C * 功 能:将位图文件的RGB格式转换成YUV格式,结果以二进制文件 * 存储。注意:1、原文件是24位位图;2、文件宽度 * 输 入:icon.bmp * 输 出:icon_array -* Program Name: RGB2YUV.C* function: RGB bitmap file format into YUV format, the results of the binary file* storage. Note: 1, t
resize
- 图像缩放,输入输出都是yuv420格式的yuv文件-Image scaling, input and output format of yuv files are yuv420
YUVread
- 将视频读入YUV文件,可直接使用,希望对大家有帮助-YUV imwrite
yuv
- 读取YUV文件并将其转化为png图片格式-Read YUV files and translate them into png image format
yuv
- 基于matalab条件下的编写的的去yuv文件的源代码-Based matalab prepared under the conditions of the source code file to yuv
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.
yuv_io
- 简单的读写YUV文件的python代码。还可以对YUV文件进行裁切。(Read/write YUV files by python.)