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

搜索资源列表

  1. hanshuyishe

    1下载:
  2. 从RGB颜色空间到HIS,XYZ,xy,rg等颜色空间的转换,同时还有一个三角形到另一个三角形之间的映射-from RGB color space to the HIS, XYZ, xy, rg other color space conversion, Meanwhile there is a triangle to another triangle between the mapping
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:75846
    • 提供者:huguancheng
  1. divide_bmp_file_to_9_blocks3_3

    0下载:
  2. bmp图片数据分块(3*3)代码,将读取的bmp文件rgb数据出去补加的0,然后按3行3列分为九块-bmp picture data block (3 * 3) code, bmp will read the document rgb data out added at a 0, then by the third line is divided into three nine
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1109
    • 提供者:Zhou Yaoxin
  1. rgb-1

    0下载:
  2. 汉字显示屏 汉字显示屏-Chinese character display Chinese characters display Chinese characters display
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:81108
    • 提供者:dd
  1. Rgb2luv

    0下载:
  2. 色彩空间转换的matlab代码,实现从RGB空间到LUV的转换-color space conversion Matlab code, from the realization of the luminance RGB space conversion
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1120
    • 提供者:吴军
  1. Luv2rgb

    1下载:
  2. 色彩空间转换的matlab代码,实现从luv空间到rgb的转换-color space conversion Matlab code, luv space from a conversion to rgb
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1152
    • 提供者:吴军
  1. ColorSelCmb

    1下载:
  2. 在Window Word中设置字体颜色时,出现了一种混合了各种颜色和对应颜色名称的下拉列表框,使用起来很直观,本程序就实现了这种颜色下拉列表。通过单击按钮[获得选择颜色的名称]和[获得选择颜色的值]可以分别获得颜色下拉框中当前选择颜色的名称和以十六进制表示的RGB值。-in Window Settings Word font color, there is a mixture of various colors and corresponding color name drop-down lis
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:38348
    • 提供者:梁衡升
  1. coloureq

    0下载:
  2. 各种颜色空间间进行转化,RGB,HSV,GRAY,等-various color space conversion between RGB, HSV, GRAY, etc.
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:158527
    • 提供者:王其军
  1. kjdgldslgh

    0下载:
  2. 该代码是利用三个滚动条来控制颜色的三原色,从而划出不同的颜色出来-code is the use of the three rolling to control the color of RGB, which draw out different colors
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2514
    • 提供者:王朋
  1. hsi256blackchange

    0下载:
  2. 在人和机器统一的颜色空间基础上,颜色恒常性用于描述对象在光照及环境变化时的一种性质。相对人类视觉而言,是指视觉系统在光照及环境变化时对物理表面的稳定的知觉,是一种认知现象。相对于机器视觉而言,是机器视觉系统关于物理表面光谱反射率的描述[2]。常见的RGB颜色空间上每一个象素的R、G、B值-machines and the reunification of the color space based on Color Constancy used to describe objects and t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:70508
    • 提供者:王焱
  1. bmptoc

    0下载:
  2. 240X320 24位bmp 转换成16位RGB 程序 240X320在程序中可以改-240X320 24 bmp converted into 16 RGB procedures 240X320 in the proceedings can be to change
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:28061
    • 提供者:zyl
  1. RGBzhuanHSV

    0下载:
  2. 图像颜色空间转换的源码,可实现RGB转HSV和RGB转HSI。-image color space conversion source code, can be realized RGB and HSV to RGB to HSI.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3857
    • 提供者:耿淑娟
  1. MyColorProcess

    0下载:
  2. 一个全面的图像颜色处理程序,包括颜色转换、颜色调整、RGB三色滤除等-a full color image processing, color conversion, color adjustment, the three RGB color filter, etc.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:125044
    • 提供者:harry
  1. ColorTransformRGB-LAB

    0下载:
  2. 自己写的很实用的色彩空间转换程序: 在色彩空间的正向转换中(RGB----->Lab),用的是九级均匀分割建模 在色彩空间的反向转换中(Lab----->RGB),用的是多项式(20项)回归的方法! 二十项多项式: p(x,y,z)=a0+a1*x+a2*y+a3*z+a4*x*y+a5*y*z+a6*x*z+a7*x^2+a8*y^2+a9*z^2+a10*x*y*z+a11*x^3+a12*y^3-himself wrote a very practical c
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:124827
    • 提供者:思根
  1. JpegLib_ce

    0下载:
  2. 自制PDA系列之JPEG压缩(PDA照相模块的组成程序之一,可将RGB,Ycbcr等多种数据流转化为JPEG图像)-homemade PDA series of JPEG compression (PDA camera module comprising one of the procedures, can be RGB, Ycbcr and other data transfers images into JPEG)
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:446230
    • 提供者:张神
  1. FaceDetectionByRGBModel

    0下载:
  2. 使用RGB模型来进行人脸检测,识别的结果还可以,可以作为其他检测方法的对比-use RGB model for face detection and recognition of the results can also can serve as a contrast detection method
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:114554
    • 提供者:唐盛
  1. fyTaskCreateGratingImage

    0下载:
  2. 我老师写的关于RGB格式图片提取线条的源代码,内容很详细,大家可以参考下。-my teacher wrote on the RGB format Photo extract lines of source code, the contents in detail, we can refer to the next.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4469
    • 提供者:林两
  1. Kmean_cluster

    1下载:
  2. 应用kmean均值聚类方法对RGB,HSR图像的分割算法,个人觉得自己变得还可以,希望大家借鉴。-application kmean means clustering method of RGB, neighborhood image segmentation algorithm, individuals feel that they can become the hope that you learn from.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:5066
    • 提供者:chy
  1. rgb-hsv

    0下载:
  2. 单片机的开饭程序,可进行见大计算阿三季度派-SCM meals, may see big for A-San quarter were calculated
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1612
    • 提供者:将建
  1. fast_yuv2rgb

    0下载:
  2. 最快的yuv to rgb的转换程序,效率比较高,值得一看-fastest yuv to rgb conversion process more efficient, an eye-catcher
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:2405
    • 提供者:willian
  1. programe123

    0下载:
  2. 程序代码说明 P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像-code P0201 Note : MATLAB assignment P0202 :
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1582
    • 提供者:杨健
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com