One-Dimensional Vector based Pattern Matching

Y. M. Fouda
DOI: https://doi.org/10.48550/arXiv.1409.3024
2014-09-10
Computer Vision and Pattern Recognition
Abstract:Template matching is a basic method in image analysis to extract useful information from images. In this paper, we suggest a new method for pattern matching. Our method transform the template image from two dimensional image into one dimensional vector. Also all sub-windows (same size of template) in the reference image will transform into one dimensional vectors. The three similarity measures SAD, SSD, and Euclidean are used to compute the likeness between template and all sub-windows in the reference image to find the best match. The experimental results show the superior performance of the proposed method over the conventional methods on various template of different sizes.
What problem does this paper attempt to address?