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

搜索资源列表

  1. dominant_color_local

    1下载:
  2. 局部主颜色描述符实现源码,根据主颜色描述符来比较两张图片的相似度- Local dominant color descr iptor implementation source code, and the similarity of the operator to compare two pictures based on the dominant color descr iption
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-07-18
    • 文件大小:2750
    • 提供者:周重重
  1. zhifangtujiansuo

    0下载:
  2. 基于内容的图像检索(Content-based Image Retrieval,简称CBIR)技术被提出。这一技术的出现提高了图像检索的准确性,它通过提取图像本身的内在客观特征如颜色、纹理、形状、布局等关系,并比较这些视觉特征间的相似性,自动搜索出符合用户要求的图像。-Content-based image retrieval (Content-based Image Retrieval, referred to as CBIR) techniques have been proposed. T
  3. 所属分类:assembly language

    • 发布日期:2017-11-26
    • 文件大小:1714
    • 提供者:周佳森
  1. new

    0下载:
  2. 本系统通过将基于改进的加权的局域颜色直方图的图像检索方法和全局直方图的图像检索方法相结合,提高查全率和查准率。其中,基于分块局域直方图的检索方法利用了图像中间部分的重要性,将图像平均划分成3×3个子块,取中间一块的图像,计算其与参考位图相应位置的颜色特征距离,再计算原图的颜色直方图与参考位图的颜色特征距离,分别赋予权值后得出的值就是图像之间内容的相似程度。本文引入欧氏距离的相似性度量方法实现图像检索。实验表明,该方法具有较好的查全率和查准率。-The system through a combi
  3. 所属分类:assembly language

    • 发布日期:2017-11-15
    • 文件大小:3716391
    • 提供者:周佳森
  1. template-matching

    0下载:
  2. 在将 标准图像和待测图像分别分色的基础上,采用序贯相似性检测算法对各色灰度图像分别进行模板 匹配,并根据匹配数据,对图像进行平移、 缩放及旋转操作,使两幅图像能够在空间上配准-In the standard image and the test image, respectively, based on the separation, using sequential similarity detection algorithm for color gray image, respect
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:395937
    • 提供者:高嘉瑜
  1. Image-feature-extraction

    0下载:
  2. 分别有基于颜色特征、纹理特征、形状特征的提取,更好的比较图片的相似度-Respectively, based on color feature, texture feature and shape feature extraction, image similarity better comparison
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:1886059
    • 提供者:李语丝
  1. a

    0下载:
  2. 一种基于HSV空间的颜色相似度计算方法,根据hsv的计算方法来计算图像中的颜色。-HSV color space based on the similarity calculation method, based on the calculation method to calculate hsv colors in the image.
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:310026
    • 提供者:田振华
  1. coloraasqlserver

    0下载:
  2. 颜色直方图和颜色矩,采用两种分块策略提取图像的颜色特征,并进行相似度比较。使用sqlserver数据库,corel图像库。-Color histogram and color moments, uses two strategies to extract block color feature image and similarity comparison. Use sqlserver database, corel image library.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:107186
    • 提供者:牛润晟
  1. colorHist

    0下载:
  2. 基于颜色直方图的图像相似度检测,可对检测后的图像进行排序-Based on color histogram of the image similarity detection, it can be to sort the testing image
  3. 所属分类:Special Effects

    • 发布日期:2017-06-10
    • 文件大小:17654128
    • 提供者:Ruby Zhu
  1. StringCom

    0下载:
  2. 基于B/S架构完成两个字符串的比较,分为文本比较以及字符串比较两种。VS2010下的工程文件,基于WEB页的文本比较源码,不仅能够完成相似度的计算而且可以给出两个文本的对比差异并用不同颜色区分。-a kind of source code for based on B/S arch to compare two strings , give the degree of similarity and show the difference between two strings with diff
  3. 所属分类:CSharp

    • 发布日期:2017-05-25
    • 文件大小:8464130
    • 提供者:史森
  1. Image_Segmentation_Base_On_Domain

    0下载:
  2. 区域增长方法是根据同一物体区域内象素的相似性质来聚集象素点的方法,从初始区域(如小邻域或甚至于每个象素)开始,将相邻的具有同样性质的象素或其它区域归并到目前的区域中从而逐步增长区域,直至没有可以归并的点或其它小区域为止。区域内象素的相似性度量可以包括平均灰度值、纹理、颜色等信息。-Region growing method is based on similar properties in the same region within the object pixel to pixel aggr
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:85424
    • 提供者:毛巴马
  1. ImageComparator

    0下载:
  2. 通过比较两幅图像直接的直方图来测量两幅图像之间的相似性。因为直方图比较是基于逐个容器进行的比较,不考虑相邻容器的影像,顾比较之前对查询图像和输入图像减少颜色空间。-Direct histogram similarity measure between two images by comparing the two images. Because histograms are more individually based on container, without regard to the i
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4133979
    • 提供者:蓝梦
  1. SLIC

    0下载:
  2. SLIC超像素分割,基于颜色和距离相似性进行超像素分割 亲测可用-SLIC superpixels division, based on color and distance similarity superpixels divided pro-test available
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-15
    • 文件大小:6915
    • 提供者:赵煜轲
  1. NBS

    0下载:
  2. 测量NBS距离来进行颜色之间相似度的计算从而进行图像像素合并-NBS measure the distance to the calculation of similarity between the image pixel color and thus merge
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-29
    • 文件大小:8705
    • 提供者:MagIc
  1. Image-Impaint-Based-on-Curvelet

    0下载:
  2. 基于Curvelet变换的样本块图像修复算法提高现有样本块修复算法性能。首先利用Curvelet 变换估计待修复图像的4方向特征.然后利用颜色信息与方向信息共同衡量样本块间的相似度,在此基础上构造颜色-方向结构稀疏度函数.-Based on the sample block transform image restoration algorithm Curvelet enhance existing sample block repair algorithm performance. First
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:506427
    • 提供者:黄旭东
  1. 10

    0下载:
  2. 一种改进的颜色直方图相似性度量算法 本文对几种常用的颜色直方图相似性度量方法进行了比较分析,进而提出一种综合多个距离度量方法的改进算法,对该算法的颜色检索性能进行了实验,并将其效果与多个距离度量方法单独使用时的检索效果进行了对比。实验表明,该算法具有更佳的检索效果 -An improved color histogram similarity measurement algorithms on several popular color histogram similarity m
  3. 所属分类:Graph program

    • 发布日期:2017-05-06
    • 文件大小:946627
    • 提供者:fangms5
  1. Image-processing-lbp-1-

    0下载:
  2. 提供一种基于颜色和纹理特征的图像识别方法,该方法包括如下步骤:将检测图像A和匹配图像B均分成n个子块;计算检测图像A和匹配图像B在子块k的颜色特征相似距离Dk(A,B),纹理特征相似距离Tk(A,B),其中k∈(o,n];计算检测图像A和匹配图像B的颜色特征相似距离C(A,B),纹理特征相似距离T(A,B);根据检测图像A和匹配图像B的颜色特征相似距离C(A,B)和纹理特征相似距离T(A,B)判断检测图像A和匹配图像B的相似度S(A,B)。相对于现有技术,本发明基于颜色和纹理特征的匹配来计算图像
  3. 所属分类:Special Effects

    • 发布日期:2017-12-14
    • 文件大小:3872
    • 提供者:王浩宇
  1. 显示_图片颜色分布直方图(图片相似程度判断)

    1下载:
  2. 软件用于分析给出图片的颜色直方图,可以进一步改进,用来分析两张图片的相似度(后期自己完成即可)(The software is used to analyze the color histogram of the picture, which can be further improved to analyze the similarity of the two pictures (later completed by themselves).)
  3. 所属分类:绘图程序

    • 发布日期:2018-01-10
    • 文件大小:25181184
    • 提供者:游侠_哈哈
  1. camshift

    0下载:
  2. Focusing on the failure under the condition of target blocking, the similarity between target color and background color for the Camshift algorithm, an improved algorithm based on Camshift algorithm is proposed. Gaussian mixture model is used to d
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:432128
    • 提供者:bouch
« 1 2 3»
搜珍网 www.dssz.com