CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - rgb conversion

搜索资源列表

  1. rgb

    0下载:
  2. 将RGB转换为HSV 在书上看到的 希望能帮上忙-of HSV to RGB conversion in the book saw the hope of any help here
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.15kb
    • 提供者:星野
  1. rgbtohsi.RGB 转换到HSI 里面用了opencv的cvGet2D函数

    0下载:
  2. RGB 转换到HSI 里面用了opencv的cvGet2D函数,RGB to HSI conversion opencv spent inside the function cvGet2D
  3. 所属分类:图片显示浏览

    • 发布日期:2016-01-26
    • 文件大小:753.34kb
    • 提供者:王美林
  1. RGBTOYUV.RGB与YUV格式的互相转换

    0下载:
  2. RGB与YUV格式的互相转换, 支持YUV420、YUV444、YUV422,RGB and YUV format conversion with each other to support the YUV420, YUV444, YUV422
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-22
    • 文件大小:50.55kb
    • 提供者:lynn li
  1. yuvconverter_src.zip

    0下载:
  2. yuv,yv12,yuy2等各种格式与rgb格式之间的转换.,yuv, yv12, yuy2 various format and rgb conversion between formats.
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:30.89kb
    • 提供者:asdf
  1. 101259378luv_rgb_yuv_lab_space

    1下载:
  2. 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
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:4.49kb
    • 提供者:张灯结
  1. rgb

    0下载:
  2. opencv 色彩空间的转换,包括将rgb转成XYZ格式,YCrCb格式,HSV格式及Lab格式-opencv color space conversion, including rgb convert XYZ format, YCrCb format, HSV and Lab format format
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1.51mb
    • 提供者:于帆
  1. OV7660SettingV1.0

    0下载:
  2. Overview Input Clock = 24Mhz Preview VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Capture VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Output Format YCbCr 4:2:2 (ITU 656) YCbCr to RGB conversion R = Y + (351*(Cr – 128)) >> 8 G = Y – (179*(Cr –
  3. 所属分类:Document

    • 发布日期:2017-03-23
    • 文件大小:26.53kb
    • 提供者:iflyman
  1. HIS-RGB

    1下载:
  2. 遥感图像的色彩变换 能从IHS转换到RGB 并能从RGB转换到HIS 效果比较好-Remote sensing images from the IHS color transform to the RGB and the conversion from RGB to HIS conversion effect is better
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-02-20
    • 文件大小:3.53mb
    • 提供者:项德良
  1. RGB2I420

    0下载:
  2. RGB转化到I420,以及I420转到RGB的代码,并且进行了优化,效率非常高。-RGB conversion to I420, and I420 to the RGB code, and optimized, the efficiency is very high.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:13.73kb
    • 提供者:liusheng
  1. D_JPG

    0下载:
  2. verilog 语言实现jpeg转RGB格式的转换-Verilog language jpeg format to RGB conversion
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:31.41kb
    • 提供者:林志平
  1. RGB-HSI

    0下载:
  2. 在matlab中实现从rgb到hsi色彩模式的转换-In matlab to achieve from the rgb color model to HSI conversion
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:814byte
    • 提供者:唐先生
  1. jpeg_rgb

    0下载:
  2. 这是JPEG图像压缩的RGB转换的源代码,其中还包括了它的仿真测试代码,希望能帮助到大家。-This is the JPEG image compression of RGB conversion source code, including its simulation test code, hoping to help you.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-14
    • 文件大小:3.7kb
    • 提供者:mary
  1. RGB

    0下载:
  2. 色彩系统转换程式图片上每个像素的rgb -> hsv -> YUV -> YIQ -> YCbCr -> CMYK 转换 -Color system conversion program on each picture pixel rgb-> hsv-> YUV-> YIQ-> YCbCr-> CMYK conversion
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-06
    • 文件大小:199.21kb
    • 提供者:nick cheng
  1. yuv_rgb

    0下载:
  2. 完成ITUR656标准的视频流数据向RGB格式的转换。-Complete video streaming ITUR656 standard data format to RGB conversion. Test module
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:1.97kb
    • 提供者:黄涛
  1. RGBandHLS

    0下载:
  2. 本实验实现RGB颜色与HLS颜色的相互转换;在此实验中,定义了函数void HSLtoRGB(UINT hue, UINT sat, UINT light, BYTE &r, BYTE &g, BYTE &b)实现HSL向RGB转换;void CPaletteDlg::RGBtoHSL(BYTE r, BYTE g, BYTE b, UINT &hue, UINT &sat, UINT &light)实现RGB向HSL转换-Experimental realization of the R
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-12
    • 文件大小:2.74mb
    • 提供者:伟明
  1. PseudoColorImageProcessing

    1下载:
  2. 本实验要求编写程序实现课本图6.23伪彩色图像处理能力框图,实现灰度级到彩色的转换,程序的输入为图像中指定的两个灰度级范围,程序的输出为RGB格式图像,其中一个灰度级范围显示为指定的彩色,其余的像素以RGB形式显示为与对应输入图像像素相同的灰度色-Prepared at the request of the experimental procedures to achieve pseudo-textbook Figure 6.23 Block diagram of color image pro
  3. 所属分类:Special Effects

    • 发布日期:2015-04-26
    • 文件大小:298.02kb
    • 提供者:jhm
  1. ConverterYUV_RGB

    0下载:
  2. Here is a example that YUV to RGB Conversion Program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:8.54kb
    • 提供者:Han
  1. gray2rgb

    4下载:
  2. MATLAB实现gray到RGB的转化,包括图像文件及M文件-MATLAB realization of gray to RGB conversion, including image files and M files
  3. 所属分类:matlab

    • 发布日期:2016-01-21
    • 文件大小:73.12kb
    • 提供者:贾佳
  1. YUV-to-RGB-conversion

    0下载:
  2. 《YUV到RGB转化汇编优化后的代码》Blackfin_GenImageProc:是blackfin dsp对应的汇编-" YUV to RGB conversion optimized assembly code" Blackfin_GenImageProc: blackfin dsp is a compilation of the corresponding
  3. 所属分类:DSP program

    • 发布日期:2017-03-23
    • 文件大小:497.62kb
    • 提供者:joyce
  1. RGB-and-HIS

    1下载:
  2. HIS与RGB的转换 lpsrc=(unsigned char*)lpDIBBits+lLineBytes*(lHeight-1-i)+3*j b=*lpsrc lpsrc=(unsigned char*)lpDIBBits+lLineBytes*(lHeight-1-i)+3*j+1 g=*lpsrc lpsrc=(unsigned char*)lpDIBBits+lLineBytes*(lHeight-1-i)+3*j+2
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-02-20
    • 文件大小:3.67mb
    • 提供者:沈乐
« 12 3 4 5 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com