CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - RGB

搜索资源列表

  1. RGBTOJPEG

    0下载:
  2. 该软件是使用V++编制的RGB图转换为JPEG的源程序。-RGB to JPEG
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:5338
    • 提供者:赵爱明
  1. rgb2hsi

    0下载:
  2. RGB彩色空间与HSI彩色空间的转换,在MATLAB7.0中可以运行。-RGB color space and HSI color space conversion can be run in MATLAB7.0.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:1325
    • 提供者:
  1. takecolor

    0下载:
  2. 截取屏幕像素,以RGB,HEX,HTML格式-Interception of screen pixels to RGB, HEX, HTML format
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:174302
    • 提供者:wsswza
  1. V_1

    0下载:
  2. 视频的编码和解码过程的简单仿真,输入图像是一幅RGB图像,对其的编码过程都尽量模拟模拟视频的方式-Video encoding and decoding process of a simple simulation, the input image is a RGB image, the encoding of their simulation process as far as possible the way analog video
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:1345
    • 提供者:周进
  1. WebSafeColors

    0下载:
  2. 本实验要求将任意一个RGB图像转换为web-safe RGB图像,并要求将图6.8转换为web-safe RGB彩色图像,图像的原始格式为jpg格式,要求将结果图像也转换为jpg格式。该实验中首先编写把RGB图像转换为web-safe RGB图像的通用程序,然后调用这个程序实现对图6.8的转换。-Requirements of this experiment will be any RGB image is converted to web-safe RGB images, and reques
  3. 所属分类:Special Effects

    • 发布日期:2015-11-11
    • 文件大小:55873
    • 提供者:jhm
  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
    • 文件大小:305175
    • 提供者:jhm
  1. rgb2hsi1

    0下载:
  2. 对归一化后的RGB图片空间转化为hsi空间,hsi三分量也是归一化后的值,范围都是在0-1之间.-On the normalized RGB image space after hsi into space, hsi is also a three-component normalized values are in the range between 0-1.
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:859
    • 提供者:邓义平
  1. gray-scale

    0下载:
  2. 属于图像预处理部分,转化后的灰度图仍是RGB图-Image Pre-processing is part of the transformation is still grayscale RGB Chart
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:74792
    • 提供者:李建伟
  1. www

    0下载:
  2. 图像的直方图统计,实现彩色RGB统计。简单方便的应用了图像的方法实现其功能。-Image histogram statistics, statistics RGB color. Application is simple and convenient method of images to achieve its function.
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:5849
    • 提供者:李进
  1. RGBToLab

    0下载:
  2. 颜色转换的代码.把RGB颜色转换为Lab-Change color RGB to Lab.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:26056
    • 提供者:李明博
  1. Wavelet_Classify

    0下载:
  2. 基于小波变换和K-Mean算法的崇明东滩遥感图像分类,读取样本的能量特征向量进行分类,并返回分类图像的RGB图,显示各类地物面积比例-Based on wavelet transform and the K-Mean Algorithm for remote sensing image classification Chongming Dongtan, the energy to read a sample feature vectors for classification, and retu
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1423567
    • 提供者:李琛
  1. rgb_to_gray

    0下载:
  2. Rgb to Gray/hsv .by matlab. sourcedode
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1911
    • 提供者:mooi
  1. Color-rgb-hexadecimal

    0下载:
  2. Color RGB Hex Give de Hexa number of color selected
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:5443
    • 提供者:luismaiano
  1. colsys

    0下载:
  2. This code converts regular RGB images into five other color systems--RBG,GRB,GBR,BRG,BGR. Changing the color systems gives a different experience of how things could look even more beautiful in other colors.-This code converts regular RGB imag
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1327
    • 提供者:阿利
  1. RGB2YUV

    0下载:
  2. RGB -> YUV转换verilog代码-RGB-> YUV verilog
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:12382
    • 提供者:猫贼
  1. HSL

    0下载:
  2. RGB转HSL 本程序将RGB值转换成HSL值。给出了具体的算法和程序源码-RGB to HSL values of the program will convert RGB values into HSL. Given the specific source of the algorithm and procedures
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:2845
    • 提供者:hccgh
  1. gray2rgb

    0下载:
  2. transform figure which has gray level to RGB
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:1076
    • 提供者:NNN
  1. ColorTransform

    0下载:
  2. RGB色彩表示转换为HSL色彩表示,HSL色彩表示转换为RGB色彩表示-Said color conversion RGB color to HSL said, HSL color that is converted to RGB color that
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:868248
    • 提供者:殷润民
  1. rgb

    0下载:
  2. 所属分类:Graph program

    • 发布日期:2017-05-12
    • 文件大小:2930597
    • 提供者:turshp
  1. 5406B

    0下载:
  2. 使用verilog串口初始化ic,并显示rgb三种颜色,ic为旭耀5406b-Verilog to initialize the use of serial ic, and display the three rgb color, ic for Yao Xu 5406b
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2336
    • 提供者:timmp
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com