CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 颜色 特征 图像检索

搜索资源列表

  1. CBIR-matlab-GUI

    1下载:
  2. 实现了一个基于颜色、纹理、形状综合特征的MatlabGUI图像检索系统。-Bulit an image retrieval system based on which combines these three features and realizes user-defined weights.
  3. 所属分类:Graph Recognize

    • 发布日期:2015-06-04
    • 文件大小:1613824
    • 提供者:井涛
  1. tpjs

    0下载:
  2. 用于根据图像的颜色灰度等一系列特征进行检索相似图片-Used to retrieve similar images based on the characteristics of the color image gray
  3. 所属分类:Special Effects

    • 发布日期:2017-12-04
    • 文件大小:303911
    • 提供者:宋超
  1. matlab-code-based-image-retrieval

    1下载:
  2. 基于图像检索的matlab代码,基于内容的图像检索中的一些关键环节:特征提取:颜色直方图;纹理特征等 相似度:马氏距离,欧氏距离等 相关反馈:机器学习方法,如SVM,神经网络等 检索与分类:两个很相似的样本距离很小,虽然两个不相似的样本距离未必很大-content-based image retrieval of some of the key issues : Feature Extraction : color histogram Texture characteristics of si
  3. 所属分类:Other systems

    • 发布日期:2017-11-01
    • 文件大小:165335
    • 提供者:EmilyFu
  1. src-dec-10.tar

    0下载:
  2. 用Java写的图像检索代码,基于颜色,纹理和形状等特征-Image Retrieval code written in Java, based on characteristics such as color, texture and shape
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:21362
    • 提供者:王沛茗
  1. tuxiangjiansuo

    0下载:
  2. 基于颜色特征和纹理特征的图像检索,请多多指教!-Image retrieval based on color and texture features, a great weekend!
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:5191
    • 提供者:唐建兵
  1. image-content-search

    0下载:
  2. 图像检索系统源码,仅用于商业学习!具体操作步骤如下: 1.输入带检索图像。 2.选择检索库路径。 3.选择检索方式:基于颜色特征、基于形状特征或者基于颜色和形状综合特征。 4.点击【开始检索】按钮即可得到检索结果。-The source of the image retrieval system, used only for commercial learning! Specific steps are as follows: 1. Input with retrieval of
  3. 所属分类:source in ebook

    • 发布日期:2017-11-20
    • 文件大小:1331959
    • 提供者:li
  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. CBIR-HIST

    0下载:
  2. 本文主要对当今热门的基于内容的图像检索技术进行了研究,重点对它的算法进行研究。在半年的时间里,通过查阅很多相关的资料,并认真学习了基于内容的图像检索的基本理论,特别是深入研究了颜色直方图理论和累加直方图算法,最后在MATLAB平台下编程实现此系统,该系统可以实现基本图像检索的功能,根据用户输入的样本图像来与图像库中的图像进行特征匹配,然后找出与样本图像距离比较小的若干幅图像,并按照图像之间的距离由小到大的顺序显示给用户。-This paper focuses on today' s mos
  3. 所属分类:source in ebook

    • 发布日期:2017-11-23
    • 文件大小:3686643
    • 提供者:周佳森
  1. CBIR

    0下载:
  2. 综合多个特征的图像检索,包括颜色、形状和纹理等-Integrated multiple features for image retrieval, including color, shape and texture
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:349523
    • 提供者:马亚琼
  1. ColoraTexture-Search

    0下载:
  2. 基于颜色和纹理的综合图像检索方法论文,图像部分采用颜色直方图方法,纹理部分采用灰度共生矩阵特征向量方法-Integrated based on color and texture image retrieval papers, part of the image using the color histogram method, part of the use GLCM texture feature vector approach
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:408994
    • 提供者:吴昭
  1. IR-demo

    0下载:
  2. 利用图像pHash特征和颜色特征实现的图像检索程序,效果挺好。-PHash characteristics using image and color characteristics of image retrieval procedures, the effect is very good.
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:139680
    • 提供者:yujianyi
  1. ColorHistogram.asc

    0下载:
  2. 本源码采用颜色直方图提取图像颜色特征,可用于图像检索等-The source image color using the color histogram feature extraction can be used for image retrieval, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4883021
    • 提供者:顾文娇
  1. TuXiangJianSuo

    0下载:
  2. 具体操作步骤如下: 1.输入带检索图像。 2.选择检索库路径。 3.选择检索方式:基于颜色特征、基于形状特征或者基于颜色和形状综合特征。 4.点击【开始检索】按钮即可得到检索结果。-Specific steps are as follows: 1 input with image retrieval. 2 Select retrieval library path. 3 Select the search method: Based on the color feat
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1173681
    • 提供者:张三
  1. BIC

    0下载:
  2. BIC颜色特征,广泛应用于图像检索,图像追踪等领域,BIC特征提取颜色直方图-BIC color characteristics, widely used in image retrieval, image tracking and other fields, BIC color histogram feature extraction
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:775
    • 提供者:陶华伟
  1. image-retrieval

    0下载:
  2. 基于颜色和形状特征的图像检索,有打开检索图片,打开库,开始检索,图片按相似度排列。-Based on color and shape characteristics of image retrieval
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-13
    • 文件大小:2685522
    • 提供者:王伟
  1. Image-Retrieval-System

    1下载:
  2. 有完整的原数据,基于VC++de图像图像检索系统,具体操作步骤如下:1.输入带检索图像。 2.选择检索库路径。3.选择检索方式:基于颜色特征、基于形状特征或者基于颜色和形状综合特征。 4.点击【开始检索】按钮即可得到检索结果。-A complete original data, based on VC++ de Image Retrieval System
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1176455
    • 提供者:蒙小倩
  1. coloraedge-feature

    0下载:
  2. 在图像检索中,颜色直方图特征和方向直方图特征是最常用的两个特征,也是其他特征提取的基础,本程序中给出其相应程序-image retrieval based on colorhist and edgehist feature
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1749
    • 提供者:而是
  1. spatialcontextpartfirst

    0下载:
  2. 基于图像内容的图像检索代码,图像特征为颜色和SIFT特征,返回与查询图像相似的检索结果,程序绝对能够运行。-Content-based image retrieval code image, the image is characterized by color and SIFT features, similar to the query image and return search results, the program is definitely able to run.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-27
    • 文件大小:9517373
    • 提供者:张燕
  1. DistributeImageRetrievalNODE

    0下载:
  2. 分布式图像检索,通过TCP\IP协议实现,图像特征为颜色特征-Distributed image retrieval via TCP \ IP protocol, the image is characterized by color features
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-29
    • 文件大小:12225008
    • 提供者:张燕
« 1 2 3 4 56 »
搜珍网 www.dssz.com