搜索资源列表
off_line_recognition
- 模式识别中的脱机字符识别,包括手写数字识别之Fisher线性判别,手写数字识别之模板匹配法,数字识别之神经网络法及细化算法。-pattern recognition of Offline Character Recognition, including handwritten digital identification Fisher Linear Discriminant. Handwritten identification template matching, digital identi
ImagePatternRecognition
- 本书介绍图像模式识别的各种算法及其编程实现步骤。全书共分为10章,内容包括:模式识别的基本概念,位图的基础知识,分类器设计,模板匹配分类器,基于概率统计的Bayes分类器,几何分类器,神经网络分类器,图像分割与特征提取,聚类分析,模糊聚类分析,遗传算法聚类分析-Image Pattern Recognition
bipartite_graph_maximum_matching
- 三种二项图最大匹配算法.包括使用广度优先搜索以及深度优先搜索的匈牙利算法,以及Hopcroft-Karp算法。-Three of bipartite graph maximum matching algorithms. Including 1.Hungarian with DFS 2.Hungarian with BFS 3.Hopcroft-Karp algorithm
KMP
- KMP 模式匹配算法实例 C++源码 字符串查找-KMP pattern matching algorithm in C++ source code search string
devel
- 快速key value查找算法,一次性查全所有匹配字符串-the fastest key and value search alg
KMP-code
- 字符串的KMP匹配算法的ADT形式,只有一次循环优化,含注释,易懂。数据结构与算法的基本代码之一。-KMP matching algorithm of string the ADT form of, only one cycle optimization, including the Notes, and easy to understand. One of the basic code of the data structures and algorithms.
Video-Stabilization-paper
- 电子稳像的相关研究论文,集中于匹配算法和旋转研究等。-DIGITAL IMAGE STABILIZATION BY ADAPTIVE BLOCK MOTION VECTORS FILTERING
CBIR-HIST
- 本文主要对当今热门的基于内容的图像检索技术进行了研究,重点对它的算法进行研究。在半年的时间里,通过查阅很多相关的资料,并认真学习了基于内容的图像检索的基本理论,特别是深入研究了颜色直方图理论和累加直方图算法,最后在MATLAB平台下编程实现此系统,该系统可以实现基本图像检索的功能,根据用户输入的样本图像来与图像库中的图像进行特征匹配,然后找出与样本图像距离比较小的若干幅图像,并按照图像之间的距离由小到大的顺序显示给用户。-This paper focuses on today' s mos
fft_CS_mp
- 这是基于傅里叶变化的压缩感知稀疏分解方法,使用的是匹配追踪算法,对初学者很有帮助-This is based on Fourier transform of compressed sensing sparse decomposition method, using the matching pursuit algorithm, useful for beginners
ROMP
- 用于压缩感知的正则化正交匹配追踪算法,可直接运行。-ROMP algorithm for compressive sensing
CoSaMP
- 用于压缩感知的压缩采样正交匹配追踪算法,可直接运行。-CoSaMP alogrithm for compressive sensing
zifuchanchazhao
- 字符串的模式匹配,数据结构中的算法-String pattern matching
Adaptive_Matching_Pursuit_method
- 自适应子字典的匹配追踪算法程序,matlab程序-adaptive dictionary matching pursuit method(gabor dictionary)
Regular-expression-matching
- 正则表达式匹配问题,王晓东算法书课后题,注释详细-Regular expression matching, Xiaodong after-school arithmetic book title, comments, details
0base-agorithm(3)
- 零基础C++算法编程3,包括约瑟夫环、括号匹配、鸡兔共笼等简单算法的代码-Zero-based C++ programming algorithm 3, including Josephus, bracket matching, chicken, rabbit cage and other simple comm
compressed-sensing_OPM
- 正交匹配追踪算法每次迭代均只选择与残差最相关的一列,自然人们会想:“每次迭代是否可以多选几列呢?”,正则化正交匹配追踪(RegularizedOMP)就是其中一种改进方法。本篇将在上一篇《压缩感知重构算法之正交匹配追踪(OMP)》的基础上给出正则化正交匹配追踪(ROMP)算法的MATLAB函数代码,并且给出单次测试例程代码、测量数M与重构成功概率关系曲线绘制例程代码。-Compressed Sensing
cnsnu
- 匹配追踪和正交匹配追踪,包括随机梯度算法,相对梯度算法,IMC-PID是利用内模控制原理来对PID参数进行计算。- Matching Pursuit and orthogonal matching pursuit, Including stochastic gradient algorithm, the relative gradient algorithm, The IMC- PID is using the internal model control principle for PID p
wfjjc
- 供做算法研究人员参考,粒子图像分割及匹配均为自行编制的子例程,复化三点Gauss-lengend公式求pi。- Algorithm for researchers to do reference, Particle image segmentation and matching subroutines themselves are prepared, Complex of three-point Gauss-lengend the Formula pi.
Visual C++数字图像处理技术详解(源代码)
- 《Visual C++数字图像处理技术详解》的源代码,《Visual C++数字图像处理技术详解》以数字图像处理技术为主线,全面地介绍在Visual C++环境下进行数字图像处理程序设计的方法。内容涵盖了数字图像的变换、增强、复原、重建、形态学处理、分割、匹配、压缩编码、特效处理等,各种方法均给出基本原理、典型算法、Visual C++源码及综合应用案例。同时,《Visual C++数字图像处理技术详解》还介绍了Visual C++与VTK、OpenCV和MATLAB等开发平台相结合进行数字图像