CVFeb 3, 2025

Template Matching in Images using Segmented Normalized Cross-Correlation

arXiv:2502.01286v11 citationsh-index: 152025 MIPRO 48th ICT and Electronics Convention
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for image processing applications, offering faster template matching in specific scenarios.

The paper tackled the problem of template matching in images by proposing a new variant of normalized cross-cororrelation (NCC) that uses a precomputed template approximation to improve computational efficiency, achieving superior performance with negligible errors for less complex or smaller templates compared to FFT-based methods.

In this paper, a new variant of an algorithm for normalized cross-correlation (NCC) is proposed in the context of template matching in images. The proposed algorithm is based on the precomputation of a template image approximation, enabling more efficient calculation of approximate NCC with the source image than using the original template for exact NCC calculation. The approximate template is precomputed from the template image by a split-and-merge approach, resulting in a decomposition to axis-aligned rectangular segments, whose sizes depend on per-segment pixel intensity variance. In the approximate template, each segment is assigned the mean grayscale value of the corresponding pixels from the original template. The proposed algorithm achieves superior computational performance with negligible NCC approximation errors compared to the well-known Fast Fourier Transform (FFT)-based NCC algorithm, when applied on less visually complex and/or smaller template images. In other cases, the proposed algorithm can maintain either computational performance or NCC approximation error within the range of the FFT-based algorithm, but not both.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes