Template Matching in Images using Segmented Normalized Cross-Correlation
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.