搜索资源列表
PatternMatching
- 很经典的搜索图案匹配的代码,labwindows写的,可以设置阀值,匹配度,以及角度等, -Very classic patterns that match the search code, labwindows written, you can set a threshold, matching degree, as well as the point of view, etc.
pichandle
- 读取文件,各种经典的图像处理算法,滤波、边缘提取、阈值分割、图像匹配等。-Read the file, a variety of classic image processing algorithms, filtering, edge extraction, threshold segmentation, image matching.
robvcodeandrobocode
- 经典的robocode机器人程序,采用随机运动与模式匹配,-Classic robocode robots, using random motion and pattern matching,
dtw
- 可以用来实现dtw。在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。(Can be used to implement DTW)