搜索资源列表
danyuan
- 基于图像特征的模板匹配算法的研究, 进行图像处理地子程序;
subpix亚像素
- 自己编写的matlab程序 实现数字图像的模板匹配和相关算法,以及亚像素算法 压缩包中含源程序,实例图片和模板,以及模板生成算法。 使用方法: 1、设定路径 2、打开threshold,F5 有问题欢迎提问。
采用邻域差值特征模板的立体匹配方法
- 算法给出一种图像匹配方法,通过计算一幅图像中间隔一定距离的两点的像素邻域差值作为特征模板,再计算另一幅图像中在同一扫描线上间隔同样距离的像素邻域的差值,将它与特征模板的偏差作为匹配标准,偏差最小的点就认为是匹配点。
ssda
- 关于数字图像处理中的ssda模板匹配方法。程序实现在指定图像中生成一个大小固定的矩形区域,然后用模板匹配法找出矩形位置。使用SSDA算法实现。包括源程序、待处理图像以及运行结果截图。-On digital image processing ssda template matching method. Procedures to achieve the specified image to generate a fixed size rectangular region, and then pos
115
- 提取目标位置参考点和目标匹配模板;使用基于区域特征的运动目标跟踪算法获取目标位置(像素) -Extraction of target location and target reference points match template use region-based feature tracking algorithm for moving object target location (pixels)
ssdaMatch
- 采用ssda基本算法在一幅图像中找到与模板图像相匹配的坐标位置-Used ssda method to found a coordinate position that the template image matched in a large image
PhaseBasedTemplateMatching
- 基于相位的模板匹配算法,此算法快速,可行性较好~-Template matching algorithm based on phase, this algorithm is fast, the feasibility of better ~
templatematching
- 基于hausdorff距离的图像模板匹配算法-Hausdorff distance image based on template matching algorithm
DTW
- DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法。-DTW (Dynamic Time Warping, Dynamic Time Warping) algorithm based on dynamic programming (DP) ideas, to solve the pronunciation of different lengths of the temp
DTW
- DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法。用于孤立词识别,DTW算法与HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。 -DTW (Dynamic Time Warping, dynamic time warping) algorithm
mubanpipei
- 基于模板匹配的目标跟踪,采用sad算法实现,获取目标中心点。-Target tracking based on template matching, the use of sad algorithm, access to target center.
template-maching
- 模板匹配的一般实现算法和快速模板匹配的算法,简单的小程序。-The general template matching algorithm and fast template matching algorithm, simple little program.
speech-recogniton-by-using-DTW
- train程序能进行语音模板训练,test来用识别,即模板匹配的过程,采用DTW算法,通过反复训练模板能有较高的识别率-run train.m for templats training,and test.m for templates matching by using DTW.
MyView
- 自己写的混合遗传算法模板匹配程序,实现功能良好-temple match
DTW
- 用DTW算法实现语音信号的特征对齐,解决了发音长短不一的模板匹配问题-Aligned with the DTW algorithm to achieve the characteristics of the speech signal, and solve the problem of template matching the pronunciation of varying lengths
Phase-Based-Template-Matching
- 模板匹配matlab例子,自动从输入图像识别目标模板,计算机视觉领域一个基础的算法。-Template matching matlab example, automatic target recognition template the input image, a computer vision-based algorithms.
SpeechRec
- 在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。-Isolated word speech recognition, the most s
ivsphwsj
- 实现了对10个数字音的识别程序WQAxfHV参数粒子图像分割及匹配均为自行编制的子例程,是一种双隐层反向传播神经网络,包含位置式PID算法、积分分离式PID,fxcBAHK条件在matlab R2009b调试通过,通过反复训练模板能有较高的识别率。- Realization of 10 digital audio recognition program WQAxfHV parameter Particle image segmentation and matching subroutines
bzxkthjs
- 一些自适应信号处理的算法,给出接收信号眼图及系统仿真误码率,粒子图像分割及匹配均为自行编制的子例程,课程设计时编写的matlab程序代码,保证准确无误,是学习通信的好帮手,通过反复训练模板能有较高的识别率,单径或多径瑞利衰落信道仿真。- Some adaptive signal processing algorithms, The received signal is given eye and BER simulation systems, Particle image segmentatio
3.19 基于Kalman滤波的目标跟踪
- 应用Kalrnan滤波原理,对运动目标进行跟踪,缩小目标的搜索范围,实现快速实时跟踪,使跟踪更为准确。理论分析和实验结果表明,该算法与常规的模板匹配法、直方图模板匹配法等算法相比,有效地提高了目标跟踪的速度及跟踪的准确性。(The Kalrnan filtering principle is used to track the moving target, reduce the search range of the target, realize fast and real-time trac