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

搜索资源列表

  1. Image Retrieval System

    4下载:
  2. 图像检索系统,选择一副图片,从图片库中可以找到相似度最大的十幅图片,Image retrieval system, choose a picture gallery, can be found in the similarity of the ten largest picture
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-07-18
    • 文件大小:6347108
    • 提供者:jiuzitian
  1. SentenceSimilar.rar

    0下载:
  2. 先对句子分词,然后根据词来比较句子的相似度,这个算法清晰易懂,欢迎下载!,The first word of the sentence, and then to compare the sentence the word similarity, this algorithm is clear and easy to understand, welcome to download!
  3. 所属分类:MultiLanguage

    • 发布日期:2017-06-17
    • 文件大小:27302095
    • 提供者:xumancheer
  1. SpatioHistogram.rar

    0下载:
  2. 基于空间直方图的图像相似度匹配算法,用opencv开发的,适合做跟踪的朋友用,Space-based histogram similarity matching algorithm, using opencv developed suitable for tracking Friend
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3905107
    • 提供者:周凯
  1. text_tfidf

    0下载:
  2. 文本相似度计算(tfidf),可用文本分类以及文本信息处理-Text Similarity Computing (tfidf), available for text classification and text information processing
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-27
    • 文件大小:30061
    • 提供者:杨明
  1. gusto-semsim-samples-0.8.0

    0下载:
  2. 一个在国外网站下的语义相似度程序,开源代码,随便下载-Abroad under a web of semantic similarity procedures, open source code, not download
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:581730
    • 提供者:刘翔
  1. image similarity

    2下载:
  2. 图像相似度检测,下面是直方图相交的代码,同种图片的识别率达90%以上,性能非常稳定。 程序的例子是8位(256色)位图,其他位图类似。 -Image similarity detection, the following is the histogram intersection of the code, the same kinds of picture identification rate of 90, performance is very stable. Procedure
  3. 所属分类:绘图程序

    • 发布日期:2013-07-18
    • 文件大小:2281
    • 提供者:zhaochuan
  1. VSMSimilarity

    0下载:
  2. 余弦相似度计算C#源代码,采用经典改进tf_idf特征值-Cosine similarity calculation C# source code, using the classical features of value to improve tf_idf
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:17491
    • 提供者:hanpu
  1. textFCM

    0下载:
  2. 应用FCM(模糊c均值聚类)算法到文本聚类 采用两种方法计算文本相似度 采用ShootSeg分词 采用sogou互联网词库简化特征值计算-err
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-24
    • 文件大小:17833
    • 提供者:苏宁
  1. java语句相似度判断

    0下载:
  2. java语句相似度判断源码java语句相似度判断源码java语句相似度判断源码
  3. 所属分类:编译器/词法分析

  1. meanshift

    2下载:
  2. 实现了基于mean-shift的图像检索,实现了比较两图像的相似度,选择最相近的图片-To achieve mean-shift based image retrieval, to realize the similarity of two images, the selection of the most similar image
  3. 所属分类:matlab

    • 发布日期:2014-11-26
    • 文件大小:178892
    • 提供者:haiyan
  1. RepeatedForms

    0下载:
  2. 根据相似度去重,把文本很相似的删除掉,基于VSM的算法的实现。-According to the similarity to heavy, very similar to the text removed, the algorithm based on VSM realize.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-29
    • 文件大小:18730
    • 提供者:huangxupeng
  1. imagematching

    0下载:
  2. 数字图像匹配matlab源码,就是指图像之间的比较、得到不同图像之间的相似度。基于数字图像,编写对两副数字图像进行匹配的算法及演示程序。-Digital image matching matlab source, refers to a comparison between images, the similarity between different images. Based on digital images, the preparation of two digital image m
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:196996
    • 提供者:宁浩
  1. FCM

    0下载:
  2. FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。有关FCM的介绍及程序实现。-FCM algorithm is a clustering algorithm based on the division of its thinking is that it is making is divided into clusters with the greatest similarity between the object, and d
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:77740
    • 提供者:张娜
  1. pic

    1下载:
  2. 实现BMP图像的直方图均衡化,并集成了两幅图片的相似度匹配,能输出匹配度-Achieve BMP image histogram equalization, and integrated picture of the similarity of the two match, output match degree
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:48797
    • 提供者:叶峰峰
  1. cbir

    0下载:
  2. 用的是局部颜色特征,再说细点是用里面的区域颜色直方图的方法。把图像归一化到256X256,把图像分成4X4块,计算16个区域的颜色直方图、、、 最后计算相似度是用欧氏距离.-Using local color feature, repeat fine-point is inside the regional color histogram method. The normalized image to 256X256, the image is divided into 4X4 blocks
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:4693802
    • 提供者:周文
  1. tuxiangshibie

    1下载:
  2. 图形匹配,自动输出相似度。。。非常好的算法-Shape matching, automatic output similarity. . . Very good algorithm
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-24
    • 文件大小:257820
    • 提供者:lidf
  1. CBIR

    3下载:
  2. 一个图片检索的MFC程序,通过特征提取计算图片间的相似度来检索出最相近的图片信息。-A picture of MFC retrieval procedures, through the feature extraction calculating the similarity between the picture to retrieve the most similar to the picture information.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-07-18
    • 文件大小:197482
    • 提供者:lvlu
  1. StrMatch

    0下载:
  2. 采用编辑距离计算词语相似度方法程序,可以嵌入其它程序-Edit the word using a distance-based similarity method of procedure, can be embedded in other programs
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:855
    • 提供者:刘翔
  1. histogramprocessing

    0下载:
  2. 图像比对是以原件的图像为基准,对待鉴定件图像进行预处理、定位、配准;再对原件及待鉴定件的图像进行相似度比对;计算出两者的相似度数值。 -Image than on the original image is based on identification of pieces of treated image pre-processing, positioning, registration again and to be identified on the original piece of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3054
    • 提供者:
  1. paizhao

    0下载:
  2. 通过CCD拍照后分析所拍图象的坐标以及相似度。-Through the CCD camera image after analyzing the film as well as the similarity of the coordinates.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:788125
    • 提供者:nichoham
« 1 23 4 5 6 7 8 9 10 ... 40 »
搜珍网 www.dssz.com