搜索资源列表
Bmp2yuv. BMP转YUV源代码
- BMP TO YUV, 422 444 411,BMP TO YUV, 422 444 411
MyRGB2YUV.rar
- 实现bmp图像到YUV444、YUV422、YUV420等格式的转换,有助于理解BMP和YUV格式的含义,Bmp image to achieve YUV444, YUV422, YUV420, such as format conversion, BMP and contribute to an understanding of the meaning of YUV formats
YUVSaveBmp.rar
- YUV数据直接转化为bmp文件,使用c语言定义。使用与多种平台,YUV data save to bmp file
bmp_To_yuv.rar
- 将bmp图像转换成了yuv格式,vc6.0下测试成功,图像是倒立的,具体问题请邮件交流liutao6982@163.com,Bmp images will be converted into yuv format, vc6.0 to test the success of the image is inverted, the specific questions, please e-mail communicate liutao6982@163.com
rgb2yuv
- 将RGB24转换成YUV420图片的程序,希望对大家有用。目前还没有AVI转YUV420的代码,建议先用播放器抓AVI的图片,再用bmp转YUV-Will be converted into RGB24 procedures YUV420 picture, I hope useful for all of us. There is no AVI to YUV420 code, it is recommended to use AVI player grasping the picture, an
yuv2rgb
- convert each frame in the yuv file into .bmp files
YBAConv
- This program is converting yuv format to BMP(24bit) format
Yuv2Bmp
- This a program to convert a yuv file to a bmp file.-This is a program to convert a yuv file to a bmp file.
YUVtoRGB
- 把yuv格式的bmp转换为rgb格式的bmp,rgb转换为yuv-yuv to rgb,rgb to yuv
x264_player
- 本程序先将测试视频文件转换为YUV文件,再转换为BMP文件。 实现解码转换之后的视频播放、暂停功能-The program first test video files to convert YUV file, and then converted to a BMP file. Decoding conversion of video playback, pause function
CSharpYUV_to_RGB
- 将YUV格式的图片转换成为RBG,最终存出一个JPG文件,也可自己更改类型存储BMP图片-YUV to RGB, Save as a JPG picture. You can save as BMP picture if you change one row code.
tuxiang
- 1.利用工具(如ACDSee、PhotoShop)将*.jpg转换为*.bmp; 2.借助imread命令将图像内容读入内存数组; 3.通过访问数字图像RGB三个通道的对应矩阵,改变数字图像的色彩; 4.将数字图像的RGB表示转换为YUV表示; Y=0.30R+0.59G+0.11B U=0.70R-0.59G-0.11B V=-0.30R-0.59G+0.89B 5.通过访问Y(亮度)通道,改变数字图像的亮度; 6.通过Y(亮度)通道作灰度的线性变换,改变数字
include
- 打开一副BMP图片,读取BMP文件中的数据,获取图片中像数点RGB的数值,显示到屏幕界面中。(如果不能打开BMP可以先试着打开YUV文件,然后计算第二步的内容) 将RBG数据转换成YUV格式的,并计算Y分量的平均值,统计出图像灰度直方图,显示直方图。 将RGB数据表述的图像进行2:1的下采样,原来图像是2Xx2Y的宽高大小,新的图像为XxY的大小图像,并显示到界面中。-Open a BMP picture, read BMP file data, the number of points
storeyuvbmp
- 将YUV文件转成BMP文件,YUV文件格式为YUVviewerPlus.exe可打开的UV12格式-YUV file will be transferred to a BMP file, YUV file format is open UV12 format YUVviewerPlus.exe