CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - RGB

搜索资源列表

  1. RGBD

    0下载:
  2. 使用C++编写的显示RGB直方图简单实例。-Written in C++ using the RGB histogram display a simple example.
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:2912628
    • 提供者:闫东
  1. RGB2LAB

    0下载:
  2. opencv编程,将RGB转换成lab空间显示,可以运行,代码比较短,容易理解。-opencv programming, lab space will be converted to RGB display, you can run, the code is relatively short and easy to understand.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:993
    • 提供者:章新
  1. all_color

    0下载:
  2. 使用渐变颜色表示多个数值,颜色可通过RGB自行定义-Use gradient colors represent multiple values can customize it via RGB color
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:667
    • 提供者:cfy
  1. RGB2YUV

    0下载:
  2. 实现RGB24与YUV42互转;实现Ycbcr与RGB互转-Achieve RGB24 and YUV42 system conversion conversion between RGB and achieve Ycbcr
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1227
    • 提供者:liwenzhen
  1. tiaojie-HSL

    1下载:
  2. 调节HSL函数,可用作RGB转HSL的调节,颜色追踪、-To adjust an HSL function, can be used for the regulation of RGB to turn an HSL, color tracking,
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1445
    • 提供者:neal
  1. simplest_media_play

    0下载:
  2. 本工程包含了使用各种API(Direct3D,OpenGL,GDI,DirectSound,SDL2)播放多媒体例子。 其中音频输入为PCM采样数据。输出至系统的声卡播放出来。 视频输入为YUV/RGB像素数据。输出至显示器上的一个窗口播放出来。 通过本工程的代码初学者可以快速学习使用这几个API播放视频和音频的技术。-The project includes the use of various API (Direct3D, OpenGL, GDI, DirectSound, SD
  3. 所属分类:Other systems

    • 发布日期:2017-06-02
    • 文件大小:13835987
    • 提供者:your name
  1. ColorPix

    0下载:
  2. small tool to find colour value in rgb cmyk hex your windows
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:312674
    • 提供者:slamet
  1. hex2bin_v2

    0下载:
  2. exe+源代码 从Keil SAVE命令保存出来的内存内容,就是HEX386格式,需要用此工具转换成 bin文件,特别对图像数据(.raw)比较有用,再用IrfanView来查看8位/16位灰度或者RGB图像. 基于 HEX386格式的文件转换成bin文件的程序。 提供原创源码。 原下载链接 http://www.pudn.com/downloads93/sourcecode/middleware/detail362872.html 1) 原程序给的buffer太小
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:9956
    • 提供者:风万里
  1. Histogram

    0下载:
  2. 这个程序是能够根据你所加载的图像生成对应的RGB颜色空间的直方图-This program is capable of generating an RGB color space corresponding to the image of the loaded histogram you
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-24
    • 文件大小:7628557
    • 提供者:叶闻东
  1. AOZUPW

    0下载:
  2. Get the color RGB value 获得颜色RGB值-Get the value used to specify an RGB color value used to specify an RGB color
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:10518
    • 提供者:Amypcw
  1. 96051-color-spy

    0下载:
  2. Colorspy in c The following C project contains the C source code and C examples used for colorspy. This program obtains the color directly beneath the mouse cursor, and reports its RGB, Decimal and Hexadecimal values.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-11
    • 文件大小:30439
    • 提供者:cybertoad
  1. ImageGoLCDv0.3

    0下载:
  2. 应用于STM32F469 Discovery的图像转点阵数组的软件。可选横屏竖屏切换,ARGB,RGB模式-The software used in the STM32F469 Discovery array of image rotation lattice arrays. Optional horizontal screen vertical screen switch, ARGB, RGB mode
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-14
    • 文件大小:17137211
    • 提供者:王渊
  1. NMROAHX

    0下载:
  2. Simple image program, you can adjust RGB color-Simple image program, you can adjust the RGB color
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-15
    • 文件大小:31744
    • 提供者:lhapga
  1. thr

    0下载:
  2. Get the color RGB value 获得颜色RGB值-Get the value used to specify an RGB color value used to specify an RGB color
  3. 所属分类:Other systems

    • 发布日期:2017-12-17
    • 文件大小:10240
    • 提供者:focndarn
  1. 1.2图像的矩特征

    0下载:
  2. 例程1.2-1 in_image=imread('qingdao.jpg'); inv_m7 = invariable_moment(in_image); 注:输入图像应为RGB图像;若要是输入的是灰度图像,应去掉image=rgb2gray(in_image); 例程1.2-2 img=imread('qingdao.jpg'); img=rgb2gray(img); [A_nm,zmlist,cidx,V_nm] = zernike(img); 注:输入图像应为灰度图
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:39936
    • 提供者:张继刚123
  1. average_RGB_images

    0下载:
  2. image processing RGB simulation filter
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:b4ss3k
  1. trafficlight

    0下载:
  2. 将rgb转换成hsv图像,识别红灯,并在原图中表示出来(Converts RGB to HSV images and identifies red lights)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:235520
    • 提供者:gurujoyce
  1. ColorPalette

    0下载:
  2. 基于MFC的RGB、HSV等颜色调板选择,能很好的实现基本功能(MFC RGB and HSV color palette selection based on basic functions can be achieved very good)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:104448
    • 提供者:molixixi
  1. ColorHistogram

    0下载:
  2. RGB空间转换HSV并量化,然后实现颜色相似度计算达到检索效果(The RGB space is transformed into HSV and quantized, and then the color similarity is calculated to achieve the retrieval effect)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:
  1. LCD

    0下载:
  2. 液晶屏中文,英文,图片,图标显示,能绘图的RGB液晶屏(LCD screen in Chinese, English, pictures, icons display, graphics RGB LCD screen)
  3. 所属分类:其他

« 1 2 ... 5 6 7 8 9 1011 12 13 14 »
搜珍网 www.dssz.com