搜索资源列表

  1. matching

    0下载:
  2. 模板匹配算法源代码,可以对有旋转的目标进行识别-Template matching algorithm source code, can have a rotating target identification
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1988608
    • 提供者:黄蓉
  1. DigitRecognition

    0下载:
  2. 手写数字识别程序. 该程序实现了经典的模板匹配算法, 基于神经网络的匹配算法等. 是学习人工智能和图像处理的好的参考资料.-Handwritten numeral recognition procedures. Realize the program of classical template matching algorithm, matching based on neural network algorithm. Is the s
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:687104
    • 提供者:刘志远
  1. template_match

    0下载:
  2. 基于opencv的模板匹配算法测试,效果还不错,需要先安装opencv-Opencv-based template matching algorithm testing, the effect was not bad, need to install opencv
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-19
    • 文件大小:2332672
    • 提供者:赵学敏
  1. stereo_match

    0下载:
  2. 有关立体匹配的硕士论文。涉及各类匹配算法。对研究图像匹配的朋友大有帮助。-On the stereo matching of the master
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:2545664
    • 提供者:鲁棒
  1. matlabimagepattern

    0下载:
  2. matlab下的图像模板匹配算法源码,是一个很好的例子,对大家有帮助-err
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:许大军
  1. siftpp-0.7.3

    0下载:
  2. SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力-SIFT feature matching algorithm is the matching feature points at home and abroad a hot area of research with the di
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:386048
    • 提供者:adamusi
  1. KMP

    0下载:
  2. kmp高效字符串匹配算法,算法复杂度大大减小。-KMP string matching algorithm efficient, the algorithm complexity is greatly reduced.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:Whitehorse32
  1. match

    0下载:
  2. 最大归一互相关图像匹配算法是图像匹配中的常用算法,其关键是解算活动图与基准图间的相关系数。 针对相关系数计算量大的特点,分析了FFT 的基与FFT 处理速度之间的关系以及基16FFT 算法特点,提出用基 16FFT 算法计算相关系数,相关系数的处理时间大幅减小;同时针对高基蝶形单元设计复杂、使用不灵活等特点, 提出采用级连思想实现主基16 蝶形单元,使处理器的设计复杂度降低。实验证明,将主基16FFT 处理器用于相关 系
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:70656
    • 提供者:李锋
  1. match

    0下载:
  2. 针对传统图像相关匹配算法计算量较大的问题,研究图像库中相关图像搜索方法. 提出一种改进的相关 匹配算法,该方法通过对相关系数公式进行简化和迭代运算,减少了重复运算. 通过设定参考图像与目标图像的相 关系数阈值,只需计算方差相差较小的点的相关系数,提高了运算速度,计算时间减少到原来的14 % ,甚至更短. 在文件夹的图像搜索中实现了图像的快速匹配.-err
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:825344
    • 提供者:李锋
  1. StringMatch

    0下载:
  2. 四种字符串匹配算法: RK,KMP,BMH及QS算法。-Four kinds of string-matching algorithm: RK, KMP, BMH and the QS algorithm.
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:曹猛
  1. pipeisuanfa

    0下载:
  2. 介绍几种常见和常用的匹配算法,并且对其进行比较分析-Introduction of several common and commonly used matching algorithm and its comparative analysis
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:408576
    • 提供者:邓波
  1. pipeisuanfa

    0下载:
  2. 基于区域的立体匹配算法,很值得做匹配的朋友学习,比较有帮助-Region-based stereo matching algorithm, is worth learning to do a friend match, more help
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:234496
    • 提供者:xujing
  1. picture2

    0下载:
  2. 基于图像匹配的一种特征匹配算法 需要用到GUI-Image matching based on a feature matching algorithm needs to use GUI
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 穷尽 块匹配算法motionsEstAnalysis.m scr ipt to execute all AlgorithmsmotionEstES.m Exhaustive Search AlgorithmcostFuncMAD.m Mean Absolute Difference FunctionminCost.m minimum cost among macro blocksmotionComp.m motion compensat
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:田卉
  1. quasidensedemo.tar

    0下载:
  2. 实现立体匹配算法"quasi-dense matching"的Matlab代码,具体可参见CVPR 2007文章 Quasi-dense wide baseline matching using match propagation.-Stereo Matching Algorithm realize quasi-dense matching the Matlab code can be found in specific CVPR 20
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-19
    • 文件大小:538624
    • 提供者:司卫光
  1. imagetest

    0下载:
  2. sift 匹配算法,输入两幅bmp图片,可以完成特征点寻找和匹配-sift matching algorithm, type 2 bmp picture, you can complete the search and match feature points
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-19
    • 文件大小:198656
    • 提供者:huangansheng
  1. setmatch

    0下载:
  2. 基于模版的图像匹配算法VC源码,简单实用。-Template-based image matching algorithm VC-source, simple and practical.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-19
    • 文件大小:20480
    • 提供者:woody
  1. bf_algorithm

    0下载:
  2. 字符串匹配算法-BF算法,它是字符串匹配的最简单算法,适合入门时参考。-String matching algorithm-BF algorithm, which is the most simple string matching algorithm, suitable for entry-reference.
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 关于分算的智能算法演示,包括样品训练、模板匹配算法,二值Bayes分类,概率Bayes分类,最小风险Bayes分类,Fisher算法,奖惩算法,增量校正算法,LMSE算法,势函数算法,神经网络算法(包括训练,比较及识别)等。-Count on the sub-intelligent algorithm demonstration, including sample training, template matching algorith
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:532480
    • 提供者:hante
  1. lankton_stereo

    1下载:
  2. 一个外国人写的基于分割的立体匹配算法代码,可以在matlab7.1以后版本中直接执行,代码结构也很清晰,适合分析学习-Written by a foreigner based on the partition of the three-dimensional matching algorithm code, you can later matlab7.1 direct the implementation of the code str
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1090560
    • 提供者:忠波
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org