CVMay 24, 2018

Coarse-to-fine Seam Estimation for Image Stitching

arXiv:1805.09578v15 citations
Originality Incremental advance
AI Analysis

This addresses a specific issue in image processing for applications like photography and computer vision, but it is incremental as it builds on existing seam-driven techniques.

The paper tackles the problem of finding perception-consistent seams in image stitching by proposing a coarse-to-fine seam estimation method that iteratively evaluates pixel correlations and variations, resulting in seams that outperform conventional methods.

Seam-cutting and seam-driven techniques have been proven effective for handling imperfect image series in image stitching. Generally, seam-driven is to utilize seam-cutting to find a best seam from one or finite alignment hypotheses based on a predefined seam quality metric. However, the quality metrics in most methods are defined to measure the average performance of the pixels on the seam without considering the relevance and variance among them. This may cause that the seam with the minimal measure is not optimal (perception-inconsistent) in human perception. In this paper, we propose a novel coarse-to-fine seam estimation method which applies the evaluation in a different way. For pixels on the seam, we develop a patch-point evaluation algorithm concentrating more on the correlation and variation of them. The evaluations are then used to recalculate the difference map of the overlapping region and reestimate a stitching seam. This evaluation-reestimation procedure iterates until the current seam changes negligibly comparing with the previous seams. Experiments show that our proposed method can finally find a nearly perception-consistent seam after several iterations, which outperforms the conventional seam-cutting and other seam-driven methods.

Foundations

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

Your Notes