期刊文献+

二维模式近似匹配的快速算法 被引量:1

A Fast Approach to TwoDimensional Pattern Matching
下载PDF
导出
摘要 给定一个大小为n×n的文本T和一个大小为m×m的模板P,如果文本T中存在一个m×m的子块与模板P能够逐点匹配,称为精确匹配。如果最多有k个元素不同,称为带有最多k个误差的近似匹配。对于精确匹配,本文给出了一个时间复杂性为O(n2log|∑|)的算法,∑={a1,2,…,a|∑|},是模板的字符集。对于近似匹配,快速算法分为两步:(1)预选。利用精确匹配算法找出能精确匹配的s×s(0≤s≤m)子块,得到h个候选的对准点;(2)验证。把模板对准候选点,逐点比较,以确定不相同的元素是否不超过k个。近似匹配的时间复杂性为O(n2log|∑|+hm2)。 Given a text of size n×n and a pattern of size m×m, the exactmatching is to find all occurrence of the pattern in the text, while the approximatematching is to find all the location of m×m blocks in the text that differ by at most k mismatches. We present a new approach for exactmatching, which runs in O(n2log|∑|),∑={a1,a2,…,a|∑|} is the alphabet of the pattern, and for approximatematching , in O(n2log|∑|)+hm2), which consists of two stages. The first stage is to preselect h subblocks of size s×s(0≤s≤m) that exactly match the pattern. And the second stage of verification compares the blocks containing these h subblocks to determine if the mismatches is no more than k.
出处 《中国图象图形学报(A辑)》 CSCD 1997年第12期883-889,共7页 Journal of Image and Graphics
关键词 精确匹配 近似匹配 快速算法 图象识别 Exactmatching, Approximatematching, Fast algorithm
  • 相关文献

参考文献1

二级参考文献1

  • 1彭嘉雄,自动化学报,1984年,10卷,1期,16页

共引文献2

同被引文献2

引证文献1

二级引证文献2

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部