CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - YUV TO BMP

搜索资源列表

  1. Bmp2yuv. BMP转YUV源代码

    2下载:
  2. BMP TO YUV, 422 444 411,BMP TO YUV, 422 444 411
  3. 所属分类:多媒体编程

    • 发布日期:2016-01-27
    • 文件大小:7.2mb
    • 提供者:liuyanbo
  1. MyRGB2YUV.rar

    0下载:
  2. 实现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
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-25
    • 文件大小:51.01kb
    • 提供者:君剑
  1. YUVSaveBmp.rar

    0下载:
  2. YUV数据直接转化为bmp文件,使用c语言定义。使用与多种平台,YUV data save to bmp file
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-01
    • 文件大小:961byte
    • 提供者:liy
  1. bmp_To_yuv.rar

    0下载:
  2. 将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
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:66.4kb
    • 提供者:liutao6982
  1. rgb2yuv

    1下载:
  2. 将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
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-23
    • 文件大小:170.61kb
    • 提供者:高武
  1. yuv2rgb

    0下载:
  2. convert each frame in the yuv file into .bmp files
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:1.64kb
    • 提供者:lauwah
  1. encoder

    0下载:
  2. 所属分类:Multimedia Develop

    • 发布日期:2017-04-28
    • 文件大小:261.19kb
    • 提供者:ahmedld
  1. YBAConv

    0下载:
  2. This program is converting yuv format to BMP(24bit) format
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-17
    • 文件大小:78.6kb
    • 提供者:sesero
  1. Yuv2Bmp

    0下载:
  2. 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.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:44.18kb
    • 提供者:tree1985623
  1. YUVtoRGB

    0下载:
  2. 把yuv格式的bmp转换为rgb格式的bmp,rgb转换为yuv-yuv to rgb,rgb to yuv
  3. 所属分类:File Operate

    • 发布日期:2017-05-10
    • 文件大小:2.14mb
    • 提供者:Louisiana
  1. x264_player

    0下载:
  2. 本程序先将测试视频文件转换为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
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-17
    • 文件大小:13.67mb
    • 提供者:hao
  1. CSharpYUV_to_RGB

    0下载:
  2. 将YUV格式的图片转换成为RBG,最终存出一个JPG文件,也可自己更改类型存储BMP图片-YUV to RGB, Save as a JPG picture. You can save as BMP picture if you change one row code.
  3. 所属分类:CSharp

    • 发布日期:2017-11-08
    • 文件大小:236.62kb
    • 提供者:贺国睿
  1. tuxiang

    0下载:
  2. 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(亮度)通道作灰度的线性变换,改变数字
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1.76kb
    • 提供者:chen
  1. include

    0下载:
  2. 打开一副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
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:18.13kb
    • 提供者:肖秀秀
  1. storeyuvbmp

    0下载:
  2. 将YUV文件转成BMP文件,YUV文件格式为YUVviewerPlus.exe可打开的UV12格式-YUV file will be transferred to a BMP file, YUV file format is open UV12 format YUVviewerPlus.exe
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-29
    • 文件大小:45.97kb
    • 提供者:xuyong
搜珍网 www.dssz.com