搜索资源列表

  1. biMatichHungary

    0下载:
  2. 偶图最大匹配完全照算法说明利用集合运算实现的matlab代码。这里需要大家讨论的是增广路的选取的算法,希望朋友们多多讨论,争取找一种更好的增广路方法,有想法的一定告诉我,谢谢,jxrhhu@hhu.edu.cn-Bipartite graph maximum matching algorithm descr iption completely according to the use of computing to achieve a
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:jiangxr
  1. fenleichengxu

    0下载:
  2. 用VC++实现图像的分类识别,模板匹配分类器,Bayes分类器,线性函数分类法,非线性分类法,神经网络分类器-With VC++ Achieve image classification and recognition, template matching classifier, Bayes classifier, a linear function of classification, non-linear classificatio
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-19
    • 文件大小:5160960
    • 提供者:gaomiao
  1. EyeFinder

    1下载:
  2. 人眼定位的matlab代码,使用模板匹配的方法实现-The human eye positioning matlab code, using a template matching method
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:钱明
  1. ssd_cross-correlation

    0下载:
  2. Relationship Between the Sum of Squared Difference (SSD) and Cross Correlation for Template Matching Konstantinos G. Derpanis York University kosta@cs.yorku.ca Version 1.0 December 23, 2005
  3. 所属分类:企业管理(财务/ERP/EIP等)

    • 发布日期:2024-05-19
    • 文件大小:41984
    • 提供者:li
  1. Match-Template

    0下载:
  2. 一个图像模板匹配代码,可以从一幅图中识别特定图像-An image template matching code, a map can identify a specific image
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-19
    • 文件大小:98304
    • 提供者:xingxing
  1. kmp

    0下载:
  2. 字符串的kmp匹配算法并行计算的源程序。-KMP string matching algorithm parallel computation of the source.
  3. 所属分类:并行运算

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:成斌
  1. specificationmatlab

    0下载:
  2. 自己编写的一个简单的matlab程序,实现图像直方图的均衡化及规定化处理.image histogram equalization,histogram matching(specification).-I have written a simple matlab program to achieve image histogram equalization and processing requirements. Image histo
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:
  1. OpenCV_Match

    0下载:
  2. 应用openCV实现的模板匹配函数,经过验证,效果较好。-Application of template matching to achieve openCV function, after authentication, better.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:waangyan
  1. PhaseBasedTemplateMatching

    0下载:
  2. Phase Based Template Matching: Phase information is used for matching the input imagery with the template. Both the images are filtered with canny edge detector. The timing efficiency is introduced by implementing skippi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:71680
    • 提供者:zhangxq
  1. DSDesign

    0下载:
  2. 实现并对比三种基本字符串匹配算法(朴素算法,Rabin-Karp算法,KMP),并给出动态演示结果~-And contrast to achieve three basic string-matching algorithm (simple algorithm, Rabin-Karp algorithm, KMP), and gives the results of the dynamic presentation ~
  3. 所属分类:界面编程

    • 发布日期:2024-05-19
    • 文件大小:10126336
    • 提供者:funfunhit
  1. Hungary

    0下载:
  2. 匈牙利算法实现二分图最大匹配 文件输入输出.-Hungarian algorithm bipartite graph maximum matching document input and output.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:武永基
  1. Anautomaticimagestitchingalgorithmbasedonfeaturema

    0下载:
  2. This paper presents an image feature matching algorithm,based on what an image stitching algorithm can be fune— tioning.In this algorithm,Harris comer detector is used to extract featum points-This paper presents an im
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-19
    • 文件大小:206848
    • 提供者:wang
  1. FastAlgorithmofImageMatching

    0下载:
  2.  Wavelet t ransform and projection were referred to after wavelet t ransform projection and se2 quential similarity detection algorithm(SSDA) were applied to the low f requency part of the image to get a set of poten
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:195584
    • 提供者:wang
  1. AnImprovedAlgorithmforShapeMatchingBasedonMulti2re

    0下载:
  2.  Shape matching algorithm is widely used in many app lications of the content2based retrieval, however, due to large data amount of the video stream and the computation of p rocessing,-Shape matching algorithm is widel
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:208896
    • 提供者:wang
  1. Fastimagematchingalgorithmbasedontemplatesampling.

    0下载:
  2. A fast image matching algorithm was proposed to increase the running efficiency of the algorithm , and meet the real2time requirement for some applications.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:108544
    • 提供者:wang
  1. EditDistance

    0下载:
  2. 用动态规划算法思想求最小编辑距离,即近似字符串匹配问题-Thinking of using dynamic programming algorithm for the minimum edit distance, that is, approximate string matching problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:Doreen
  1. FastTemplateMatchingWithPolynomials

    0下载:
  2. 多项式快速模板匹配的经典文章,推荐!《Fast Template Matching With Polynomials》-Fast template matching polynomial classic articles, recommended!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1467392
    • 提供者:罗旺
  1. newmatch

    0下载:
  2. 对两幅图像进行角点检测,并对检测到的角点进行特征匹配,效果非常好,误匹配率非常低,耗时仅9毫秒-Two images of the corner detection, and detects the angular point feature matching, the effect is very good, very low false match rate, time-consuming only 9 ms
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:张志超
  1. blossom.src

    0下载:
  2. 本代码执行Edmonds algorithm来进行最小代价函数,实现图形最佳匹配。参考文献:"Blossom V: A new implementation of a minimum cost perfect matching algorithm."Vladimir Kolmogorov. -Edmonds algorithm the implementation of the code for the smallest cost
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:56320
    • 提供者:Zhongren Wang
  1. Matching

    0下载:
  2. 基于德国MVtec开发包的模板匹配演示,需要开发包的支持,有需要试用的可以到官方网站下载试用的版本,定位精度高速度快 是做视觉的理想选择-MVtec Germany-based development kit demo template matching, need to develop a package of support, there is a need to trial can go to the official websi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:156672
    • 提供者:袁建勋
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »

源码中国 www.ymcn.org