搜索资源列表
RGBTOYUV.RGB与YUV格式的互相转换
- RGB与YUV格式的互相转换, 支持YUV420、YUV444、YUV422,RGB and YUV format conversion with each other to support the YUV420, YUV444, YUV422
BmpConvert 彩色图像RGB格式转化为YUV格式
- 图像信息处理,用于将彩色图像RGB格式转化为YUV格式,用户可以设置Y值的变化,再转化回RGB进行保存。这时的图像的亮度会发生改变。-Image processing, is used to color images into RGB format YUV format, the user can set the Y value changes, and then converted back to RGB to save. At this time the brightness of the
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.
MyYUViewer.rar
- 一个用opencv编写的可以打开YUV格式视频的一个很好的小程序,值得下载哦,Opencv prepared a used YUV format video can turn a good little program, it is worth to download Oh
YUV_to_RGB-snippet
- Convert YUV to RGB (video data)
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
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
colorspace
- 这是一个用于图像的彩色空间之间转换的MATLAB程序。例如RGB,HIS,Luv,YCbCr,YUV之间的转换,很方便的。-This is a color space for image conversion between MATLAB procedures. Such as RGB, HIS, Luv, YCbCr, YUV conversion between, very convenient.
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.
yuv420b
- RGB to YUV conversion
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转换,以方便图像的读写-do YUV-RGB transformation
RGB2YUV(Verilog)
- YUV颜色空间转RGB颜色空间,verilog代码实现-YUV to RGB,verilog
yuv
- 此程序是将.yuv文件读取并且进行JPEG压缩编码,程序可用-This procedure is. Yuv file to read and to JPEG compression, the program can be used
yuv
- 一款可以将avi转换为yuv格式的软件源码,以及一个yuv播放的软件-You can convert a avi yuv format software source code, and play a yuv software
yuv_jpeg
- yuv转换成jpeg的软件代码,此代码是从网上找到的很精简的代码-change yuv to jpeg code
yuv.pdf
- 详细讲解视频YUV格式的资料,包含图例,讲解细致,值得一看-Explain in detail the YUV format video data, including the legend, to explain the detailed, worth a visit
RGB格式图像转YUV
- 将RGB格式图像转换到YUV空间,输入RGB图像返回YUV格式数据(Converting RGB format images to YUV space)
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.