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

搜索资源列表

  1. Histogram_HSV_36

    0下载:
  2. 求取彩色图象的HSV直方图,用于彩色图象的颜色特征提取.该算法基于OpenCV.-strike HSV color image histogram, Color image for the color feature extraction. The algorithm is based on OpenCV.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1032
    • 提供者:guolijun
  1. colorHist把图像分为HSV三个平面画成直方图

    0下载:
  2. OpenCV读入一个图像,然后把图像分为HSV三个平面,把它们的颜色分布画成直方图,在窗口中显示-OpenCV reads an image, then the image is divided into three planes HSV, they painted the color distribution histogram, shown in the window
  3. 所属分类:绘图程序

    • 发布日期:2017-03-23
    • 文件大小:5114
    • 提供者:张小雪
  1. lly.rar

    0下载:
  2. 对图像进行边界去除的处理,提取出其HSV颜色直方图。,Image processing to remove the border, to extract the HSV color histogram.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:546
    • 提供者:laura
  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. ImageProcessSys

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

    • 发布日期:2017-03-30
    • 文件大小:317661
    • 提供者:孙亚新
  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. yundong

    0下载:
  2. 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。算法的简单描述如下-This application demonstrates a fast, simple color tracking algorithm that can be used to track faces, hands . The CAMSHIFT algorithm is a modification of the Meanshi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:15307
    • 提供者:黄文伟
  1. HSV-histogram

    1下载:
  2. HSV颜色空间较RGB空间更适合人的感官视觉,在HSV空间统计图像的分布特征并用于检索比在RGB空间的效果较好。-HSV color space than RGB space is more suitable for people’s senses of sight, in the HSV spatial statistical distribution of the image and is used to retrieve than in RGB space effective.
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1112
    • 提供者:董懂
  1. ninecolor_distri_128_q

    0下载:
  2. 使用模糊方法提取的颜色直方图,得到图像的HSV空间的H,S,V值-Extracted using the fuzzy color histogram, the image of the HSV space by H, S, V values
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:2095
    • 提供者:杨倩
  1. 3dwhist

    0下载:
  2. 计算和匹配图像的三维直方图,h=getPatchHist(img,weight,nbins),nbins为每一个通道上bin的个数,如[8 8 8] -caculate and match the 3d histogram of an image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1941
    • 提供者:刘莹
  1. ColorHistogram

    0下载:
  2. 图像检索——提取颜色特征:HSV空间颜色直方图(将RGB空间转化为HSV空间并进行非等间隔量化,将三个颜色分量表示成一维矢量,再计算其直方图作为颜色特征。-Image Retrieval- extract color features: HSV space color histogram (RGB space into the HSV space and the non-interval to quantify the three color components expressed as a
  3. 所属分类:Special Effects

    • 发布日期:2016-12-25
    • 文件大小:1024
    • 提供者:sangsang
  1. colormobel

    0下载:
  2. 数字图像处理,颜色模型,对图像进行颜色转换-Given a color image ‘football.jpg’. 1) Display the three component images: red, green and blue. 2) Perform histogram equalization for the original image in RGB color space, and display the result. 3) Convert RGB to HSV, e
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:284524
    • 提供者:成才
  1. HSV-Histgram

    0下载:
  2. 根据图像显示直方图,显示出图像的直方图表示。-According to the image histogram, showing the image histogram.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:1296
    • 提供者:阿海
  1. comarix

    0下载:
  2. 基于HSV颜色直方图和共生矩阵的邮票图像检索-Based on HSV color histogram and the co-occurrence matrix of the stamp image retrieval
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4500
    • 提供者:王璐
  1. Color-histogram

    0下载:
  2. HSV空间非等间隔量化,手工绘制图像的颜色直方图-HSV space, non-interval quantization, hand-painted the color histogram of the image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1055
    • 提供者:杨宇
  1. New-folder-(2)

    0下载:
  2. Color HSV image Edge detection based on Histogram Equalization Convert The RGB image to HSV image Separate the HSV to H,S,V component Preserve the H,S component Perform edge detection on V of the image-Color HSV image Edge detection based on His
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:661
    • 提供者:poonam
  1. HSV

    0下载:
  2. 一个将一幅图像转化为HSV颜色空间直方图的程序-An image is converted to HSV color space histogram program
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:677
    • 提供者:sunhaorong
  1. RGB-and-HSV-color-histogram

    0下载:
  2. 基于图像检索的,颜色特征提取MATLAB中由RGB转向HSV颜色空间的颜色直方图-Based on image retri , the color feature extraction in the MATLAB RGB to HSV color histogram of color space
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1186
    • 提供者:小王
  1. HSV-historgram--extract

    0下载:
  2. vs2013 + opencv2.4.9 提取图像HSV直方图,程序已经经过注释和调试,编程语言c++ -vs2013+ opencv2.4.9 extracted image HSV color histogram, the program has been successful debugging, you can run, c++ programming
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1802
    • 提供者:殷梦霞
  1. histology-image-classification

    0下载:
  2. this code product to classification of blood histology images.texture and color features used to patterns extraction and classified using SVM (support vector machine). texture features extracted with SRF gradient and LBP operator and to color feature
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:6260
    • 提供者:hadi
« 12 3 »
搜珍网 www.dssz.com