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

搜索资源列表

  1. mpeg2dec

    0下载:
  2. MPEG-2中特征矢量和亮度,RGB直方图特征的提取
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:103476
    • 提供者:zhangnan
  1. RGB

    0下载:
  2. 用如求直立主图统计程序。RGB有3个座标,分别是R,G,B,其值从0-255。把0-255分成4段,那么每个座标有4种取值,共可以表示4*4*4=64种颜色。程序中主要是histogram函数,它有两个参数,第1个参数是一个64位数组,每一位表示一种颜色,其值是该颜色出现的次数。另外两个函数numbercolor是对每个像素计算它的颜色值,fenduan是对参数x返回0-255中的某一段。主函数测试一副图片的颜色直方图的统计。
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:16256
    • 提供者:陈一工
  1. 彩色图像rgb三通道直方图

    0下载:
  2. 彩色图像rgb三通道直方图-rgb color image histogram channel 3
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:172800
    • 提供者:刘丹
  1. RGB空间和HSI颜色空间的互换

    1下载:
  2. 此程序可实现7种功能,包括RGB和HSI空间的互换,提取六个分量,显示六个分量的直方图均衡化等等,无需修改,下载即可用。对于学习空域颜色空间来说,该程序功能强大,简单易懂!
  3. 所属分类:matlab例程

  1. ImageProcess.rar

    1下载:
  2. 实现对图像的打开、另存、RGB直方图和灰度直方图的绘制、图像的指数、对数、GAMMA校正,The realization of the image open, save, RGB histogram and histogram drawing, image index, logarithm, GAMMA correction
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-02
    • 文件大小:25333
    • 提供者:诸姣
  1. rgbhisteq.rar

    0下载:
  2. 实现rgb图像的直方图均衡化,附源程序和图像,matlab实现,Rgb images to achieve the histogram equalization, with source code and images, matlab achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:13206
    • 提供者:guoguo
  1. ColorHistogram.rar

    1下载:
  2. 图像颜色特征的提取:HSV颜色直方图 描述的是图像的整体颜色情况。本程序采用非均匀量化方法得到36bin的颜色直方图。,Image Color Feature Extraction: HSV color histogram describes the situation of the image' s overall color. This procedure using non-uniform quantization method the color histogram 36bin.
  3. 所属分类:Special Effects

    • 发布日期:2016-05-09
    • 文件大小:1293
    • 提供者:卢悦
  1. RGB.rar

    0下载:
  2. 对于输入的bmp图像进行rgb三个分量的提取 利用直方图显示,rgbhist display
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:3218
    • 提供者:马爽
  1. ImageProcessSys

    0下载:
  2. 含有了图像处理中一些经典和常用的图像处理算法,如:灰度图像处理,图像增强,图像变换,形态学图像处理。其中灰度图像处理包含三个算法:彩色图转灰度图,灰度图直方图,直方图均衡化;图像增强含有:增加椒盐噪声,中值滤波,sobel算子边缘提取(水平方向和垂直方向一起考虑),laplace算子边缘提取,模糊,锐化;图像变换含有:haar小波变换,RGB转HSV颜色空间。形态学图像处理含腐蚀,膨胀,开操作,闭操作。-Contains some of the classic image processing
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:317661
    • 提供者:孙亚新
  1. ColourChange

    0下载:
  2. 彩色变换:对给定的一幅RGB原始图像(如bmp格式),给出并显示该图的R、G、B单色图像,绘制R、G、B图像各自的直方图;将RGB方式转换为HIS方式,再给出并显示该图的HIS三个分量的图像。-Colour change: given an RGB on the original image (such as bmp format) and displays the map given R, G, B color image, draw R, G, B histogram of each ima
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-11
    • 文件大小:498837
    • 提供者:刘晨
  1. color_hist256

    2下载:
  2. 自己编写的提取RGB图像的包含256bin的一维直方图,首先把rgb图像转换为hsv图像,然后量化三个分量图像,最后提取一维直方图,可用于图像检索。-I have written extract contains RGB images 256bin one-dimensional histogram, first of all put rgb image is converted to hsv images, then quantified the three-component image,
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:580
    • 提供者:杨红菊
  1. zhifangtuguidinghua

    0下载:
  2. rgb图像转化为灰度图像 直方图均衡化 直方图规定化 例程-rgb image into a grayscale image histogram equalization, histogram specification routines
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:2382
    • 提供者:刘慧
  1. Histogram_RGB

    0下载:
  2. OpenCV RGB直方图 使用VS2008+OpenCV库开发,读取彩色图片,分别显示RGB三通道直方图。运行需安装OpenCV2.0。-OpenCV RGB histograms Developed with VS2008+ OpenCV library, reading colorful image, respectively display three-channel RGB histograms . Need install OpenCV2.0.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:4077519
    • 提供者:Bob Zhang
  1. rgbhsi

    0下载:
  2. opencv 读取图片,rgb格式变成 hsv格式图片,提取 h分量后图片,以及h分量的直方图图片。 -opencv read picture, rgb format into a format hsv picture, extraction component h after the picture, as well as the h-component histogram picture.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:33969
    • 提供者:xiaobao89
  1. colorPIC

    0下载:
  2. 针对彩色图像的处理 包括对彩色图像的灰度化、二值化、边缘提取、锐化、浮雕、反相、平滑、扩散、曝光、马赛克、图像合成以及对彩色图像显示其RGB直方图-For color image processing includes color images of the gray, binarization, edge detection, sharpening, relief, RP, smooth, proliferation, exposure, mosaic, image synthesis, as
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:113738
    • 提供者:YanMeng
  1. Middle

    0下载:
  2. 数字图像处理程序之一,实现读取24位位图并显示,可以做其Y分量均衡化,查看RGB直方图-One of digital image processing procedures to achieve 24-bit bitmap to read and display, they can do the Y component of equalization, view the RGB histogram
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:109775
    • 提供者:snake
  1. RGB

    0下载:
  2. 利用选定的语言实现一个图象处理平台,具有如下功能:显示彩色直方图(RGB)-The selected language using an image processing platform, has the following functions: display color histogram (RGB)
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-01
    • 文件大小:2233
    • 提供者:wd
  1. rgb

    0下载:
  2. rgb直方图均衡化,转化为hsi图像,用matlab编写-RGB histogram equalization, into the hsi image, with matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:13476
    • 提供者:马业
  1. RGB三色直方图

    0下载:
  2. opencv 实现 RGB三色直方图 可用于新手测试与示范 便于学习(Opencv implementation of RGB trichromatic histogram can be used for beginners to test and demonstrate easy to learn)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:150528
    • 提供者:cxz11
  1. rgb

    0下载:
  2. 输入照片,输出灰度直方图、各灰度的颜色矩向量。(Input the picture, output gray histogram, the color moment vector of each gray level.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-21
    • 文件大小:964608
    • 提供者:马舒舒
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com