搜索资源列表
bracketmatch
- 检查算数表达式中括号是否匹配 使用“链式栈”模板定义作为数据结构来实现括号匹配。-Check the arithmetic expression in parentheses match use " chain stack" template definition as a data structure to achieve the matching parenthesis.
Match-Template
- 卡尔曼滤波不错的程序,很实用,大家好好研究一起分享一起进步吧-Kalman filtering good program, very practical, we make good progress in research to share with the Bar
115
- 提取目标位置参考点和目标匹配模板;使用基于区域特征的运动目标跟踪算法获取目标位置(像素) -Extraction of target location and target reference points match template use region-based feature tracking algorithm for moving object target location (pixels)
Template-match
- Matlab下的模版匹配程序。可用于目标定位.-Matlab Template match algorithm.
DTW
- DTW算法的程序,申请两个n*m的矩阵D、d,分别为累积距离和帧匹配距离。这里n和m为测试模版与参考模版的帧数。然后通过一个循环计算两个模版的帧匹配距离d。接下来进行动态规划,为每个格点 (i,j)都计算其三个可能的前续格点的累积距离D1,D2,D3。考虑到边界问题,有些前续格点可能不存在,因此加入一些判断条件最后利用最小值函数min(),找到三个前续格点的累积 距离作为累积距离,与当前帧的匹配距离d(i,j)相加,作为当前格点的累积距离。该计算过程一直达到格点(n,m),并将D(n,m)输出,
shou
- 一种手势识别的方法, 可以通过摄像头采集数据,然后和保存的模版对比,达到识别的效果,但摄像头实时采集,因电脑而异,需要稍微改动。-A gesture recognition method, data can be collected through the camera, and then match the template , to identify the effect, but the camera real-time acquisition, due to computer-speci
SSDA
- SSDA算法,实现模板匹配,并有时频域匹配的例子-Examples SSDA algorithm, template matching, and sometimes match the frequency domain