搜索资源列表
yuvconverter_src.zip
- yuv,yv12,yuy2等各种格式与rgb格式之间的转换.,yuv, yv12, yuy2 various format and rgb conversion between formats.
101259378luv_rgb_yuv_lab_space
- Convert a color image between color representations. B = COLORSPACE(S,A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = dest<-src , or alte
yuv_2_rgb.rar
- yuv转换成RGB,视频压缩和解压中用到的,yuv convert to rgb
yuv convert avi yuv转AVI源码
- yuv转AVI源码,自己编写的,能转换YUV视频为AVI文件,也可以将AVI转换为YUV文件-oh,yuv2avi,avi2yuv
JPEG2YUV
- 把单个JPEG文件或一个目录下所有JPEG文件转换成一个YUV文件。-Convert JPEG file(s) into a single YUV file
sgi2yuv
- 格式转换 sgi格式 转换为 YUV格式-Convert sgi format to YUV format
YUV_to_RGB-snippet
- Convert YUV to RGB (video data)
bin2c
- 将image文件转为HEX码,输出一个自定义结构体的头文件,可用来转换yuv格式的点阵字库图片,获取yuv点阵字库的结构体,叠加到osd显示-The image file into HEX code and outputs a header file of the self-defined structure that can be used to convert yuv format dot-matrix font picture for yuv dot matrix character st
SkinColorFiltering
- Convert RGB to YUV for skin color filter
YUV2BMP
- 把yuv格式的文件转换为bmp格式,包含整个工程-Yuv file format to convert to bmp format, contains the whole project
DctQuant
- 工程名为DctQuant,编程实现了一帧CIF格式4:2:0的YUV图像的H.264的整数变换、量化以及逆量化、逆变换。具体的功能表述如下: 1、首先按“打开YUV”按钮,选择一帧格式为CIF的4:2:0的YUV图像(默认的YUV图像的格式为4:2:0的CIF格式)。选择完成后,可以看到显示的输入图像。 2、输入QP值,QP是0到51之间的整数值,超出范围,会弹出对话框提示。QP默认为28。注意:当改变QP值为0时,即没有量化,则点击转换按钮显示出的PSNR值即为输入图像的PSNR值。
colorspacezhuanhuan
- RGB,YCbCr,HSV,HSL,CIE等颜色空间转换 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。-B = colorspace( dest<-src , A) converts image A from col
yuv
- 一款可以将avi转换为yuv格式的软件源码,以及一个yuv播放的软件-You can convert a avi yuv format software source code, and play a yuv software
convert.tar
- Convert a fixed resolution(720*576) packed YUV frame to planar format YUV frame.
YUV-RGB
- 介绍视频处理过程中涉及到的两个颜色空间:RGB和YCbCr,以及他们之间的转换。用查表法优化媒体播放软件中YCbCr到RGB的转换,以达到提高转换速度,减少计算量,提高视频解码整体性能的Ifl的。-Introduction video processing involved in the two color spaces: RGB and YCbCr, and convert between them. Using look-up table to optimize the media play
bmp-TO-yuv
- 实现BMP转yuv的功能,,很实用方便,是在VC++编程环境中开发的,用于实现图片的bmp转换成yuv格式-BMP to yuv functionality, very practical and convenient in VC++ programming environment developed and used to implement the picture bmp convert yuv format
convert
- 把rgb 图像转换成yuv图像再进行图像处理。-rgb image convert to the yuv image. The Matlab function RGB() converts a color index (whole number from 1-21), English name of a color (string), or RGB triple with whole number components in {0, 1, ..., 255} into an RGB triple
yuv_2_rgb
- yuv转换成RGB,视频压缩和解压中用到的-yuv convert to rgb
Color-Convert
- 颜色空间转换RGB、LUV、Lab、HSV、HSI、YUV-color space convert RGB、LUV、Lab、HSV、HSI、YUV
RGB_YUV
- 用Matlab将色彩空间的RGB与YUV互相转换,如果转换前后无变化,那就表示没有错,YUV参数可调(Using Matlab to convert the RGB of the color space to YUV, if there is no change before and after the conversion, it means that there is no error and the YUV parameter is adjustable.)