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

搜索资源列表

  1. Tetra_RGB_Lab(1)

    0下载:
  2. 该程序实现了从RGB空间模型到Lab模型的转换,分别采用三线性插值法与四面体插值法,并绘制出不同模型精度分布图,进行了比较,非常好运行。-The program implements the conversion RGB to Lab space model models were used to tri-linear interpolation method with tetrahedral interpolation method, and draw out the different d
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:4368185
    • 提供者:第五飞蓉
  1. skindect

    0下载:
  2. 在彩色空间中,皮肤颜色的分布较为集中,与其他景物颜色间有较好的可区分性,可以用模型描述或对样本进行学习的方法加以判别。图像中皮肤颜色的差异主要由光照引起,在检测中只考虑色度信息,就可以减少光照的影响,使肤色的分布更趋集中。通过检测皮肤区域,可以缩小人脸的搜索范围,提高检测速度。HSV空间是RGB空间的非线性变换,它将原本相关性很强的R、G、B值转换为相关性较弱的H、S、V值,H和S分量与人感受色彩的方式相一致。HSV颜色空间可以用一个圆锥空间模型来描述.-In the color space,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1890757
    • 提供者:xc
  1. b

    0下载:
  2. 习题2.2 读一幅彩色图像,以灰度值图像的形式显示其RGB各分量,并比较之. -Problem sets 2.2 read a picture of a color image, in the form of a gray value image shows its RGB each component, and compare.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:19235
    • 提供者:张悦
  1. A2_rgb

    0下载:
  2. 已知RGB立方体八个顶点的像素值,要求输出该立方体对应的6个面的 .ppm 格式的图像。每个图像大小是512X512像素-Known RGB pixel values ​ ​ of the eight vertices of the cube, the required output image ' .ppm' format corresponding to 6 of the cube faces. Each image size is 512X512 pixe
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-12
    • 文件大小:673
    • 提供者:高水水
  1. yuyuzhuadian

    0下载:
  2. 鱼鱼抓点/抓色是一款专门为设计人员开发的方便、实用的辅助工具,它的功能是可以抓取屏幕上某个位置坐标颜色,支持不同颜色的代码,例如HTML颜色,RGB颜色,十六进制值等。 此外,该软件还支持进制转换和颜色分解,支持抓取窗口句柄,支持截图和画图功能,功能非常强大,你可以在使用中探索-Fish point/grasping color is a specialized designers to develop convenient, practical tool, its function
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-26
    • 文件大小:351288
    • 提供者:李敏
  1. Using-c-Sharp-to-achieve-image-

    0下载:
  2. 用c#实现图像处理:获取一幅图片的像素值及RGB分量,这个程序简单方便-Using c# to achieve image processing to get a picture of pixel values and the RGB components
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:42712
    • 提供者:刘柯
  1. HuiDuBianHuanDib

    0下载:
  2. 主要实现图像反色变换、分段线性变换、灰度分布均衡化、灰度匹配变换、直方图显示、RGB直方图分别显示、阈值处理。-The main achievement anti-color image transformation, piecewise linear transformation, gray distribution equalization, matching gray transform, histogram display, RGB histograms show, thresholdi
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4088
    • 提供者:HY
  1. AutoCAD_Color_To_RGB

    0下载:
  2. autocad颜色索引值与rgb颜色值对照-AutoCAD Color Index To RGB color value
  3. 所属分类:CAD

    • 发布日期:2017-04-25
    • 文件大小:248985
    • 提供者:cthulhu
  1. Color-matching

    0下载:
  2. RGB颜色的自由配比测试,以及固定颜色对应值!方便于颜色应用等作参考。-The freedom of the RGB color matching test, as well as fixed color corresponding value! Convenient in the application of color for reference.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2075
    • 提供者:少年游
  1. BilinearInter

    0下载:
  2. 用双线性插值的办法将图像从raw格式还原成rgb格式。附有例子。-The image is reduced to rgb format the raw format with bilinear interpolation approach. With examples.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3436657
    • 提供者:王广祯
  1. sobel彩色图像边缘细化处理

    0下载:
  2. sobel彩色图像边缘细化,分解RGB三通道图像,对各通道进行x和y方向上的梯度幅值计算,设置阈值,合并三通道,彩色显示。可直接使用
  3. 所属分类:图形图象

  1. light_rw

    0下载:
  2. 图像光照补偿算法, 参考白 算法。将整个图像中所有像素的亮度从高到低进行排列,取前5 的像素,如果这些像素的数目足够多(例如》100),就将它们的亮度作为参考白,将它们的RGB分量都调整为最大255;其他像素点的色彩值也按这一尺度调整。-Image illumination compensation algorithm, " reference white" algorithm. The brightness of all pixels in the entire image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:881
    • 提供者:lidong
  1. getscreenhsv

    0下载:
  2. 实时获得屏幕的鼠标处的颜色值,并转换成RGB,和HSV颜色-Get real-time screen color value at the mouse, and converted into RGB, and HSV color
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-25
    • 文件大小:247619
    • 提供者:飒沓
  1. 5.5MATLAB

    0下载:
  2. 输入一副图像,检测图像的RGB,并输出其值的矩阵,将符合公式R>Rt,R>G>B,S>=(255-R)*S/R,等的图像点标记出来,并输出图像-A pair of input images, the image detecting RGB, and outputs the value of the matrix, would be consistent with the formula R> Rt, R> G> B, S> = (255-R)* S
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-03
    • 文件大小:677889
    • 提供者:Anna
  1. Image-processing

    0下载:
  2. 载入图像后能够实现,红绿蓝三通道显示、红绿蓝三分量法灰度显示、灰度直方图显示、灰度取反、直方图均衡化、均值滤波、中值滤波等图像处理功能。-After loading the image can be realized, three channel RGB display, three RGB component grayscale display, histogram display, gray scale inversion, histogram equalization, mean filt
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:823871
    • 提供者:George
  1. ShowImg

    1下载:
  2. 点击图片可以直接显示灰度值,显示彩色图像的RGB值,使用MFC编程实现-Click on the picture can be displayed directly gray value, RGB value of the color image display using MFC programming
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-02
    • 文件大小:854858
    • 提供者:孟恬
  1. zhongzhilvbo

    1下载:
  2. 彩色图像的中值滤波处理,包含各种尺寸大小的,中值滤波一般处理灰度图像的,该程序把彩色图像的RGB分别用中值滤波处理完后合成,本人亲测可用。-Median filtering process color images, including a variety of sizes, median filtering is generally gray-scale image processing, the program of the RGB color images were exhausted m
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:520
    • 提供者:Cece
  1. prewitt

    0下载:
  2. 图像处理软件,功能包括求二值化,求灰度,rgb三色通道提取,二值腐蚀膨胀,形态学腐蚀,膨胀,开,闭,基于各种算子的边缘提取,以及平滑-Image processing software, features include seeking two values, seeking the gray, rgb three-color channel extraction, binary erosion and dilation, morphological erosion, dilation, ope
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3479
    • 提供者:梁俊
  1. togray

    0下载:
  2. 将rgb彩色图片转换成其灰度图,将3层的灰度值相加后去平均-gray picture
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-15
    • 文件大小:5553
    • 提供者:hsd
  1. Check-color-screen

    0下载:
  2. 屏幕取色中色值格式有HTML、RGB、ASM、Visual Basic、Visual、Delphi、C++ builder、PhotoSh,取色精灵TakeColor颜色格式有HTML、RGB、HEX、HSL、HSL(win)-Check color screen format color value in HTML, RGB, ASM, Visual Basic, Visual, Delphi, C++ builder, PhotoSh, take color elves TakeColor
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:225635
    • 提供者:千寻
« 1 2 ... 22 23 24 25 26 2728 29 30 »
搜珍网 www.dssz.com