CVJan 24, 2014

Automatic Detection of Calibration Grids in Time-of-Flight Images

arXiv:1401.6393v127 citations
Originality Incremental advance
AI Analysis

This work addresses a domain-specific challenge for time-of-flight camera calibration, offering an incremental improvement over existing heuristic methods.

The paper tackled the problem of reliably detecting calibration grids in low-resolution time-of-flight camera images by introducing a Hough transform-based method, which significantly increased detection rates over a standard OpenCV routine across hundreds of images without loss of accuracy.

It is convenient to calibrate time-of-flight cameras by established methods, using images of a chequerboard pattern. The low resolution of the amplitude image, however, makes it difficult to detect the board reliably. Heuristic detection methods, based on connected image-components, perform very poorly on this data. An alternative, geometrically-principled method is introduced here, based on the Hough transform. The projection of a chequerboard is represented by two pencils of lines, which are identified as oriented clusters in the gradient-data of the image. A projective Hough transform is applied to each of the two clusters, in axis-aligned coordinates. The range of each transform is properly bounded, because the corresponding gradient vectors are approximately parallel. Each of the two transforms contains a series of collinear peaks; one for every line in the given pencil. This pattern is easily detected, by sweeping a dual line through the transform. The proposed Hough-based method is compared to the standard OpenCV detection routine, by application to several hundred time-of-flight images. It is shown that the new method detects significantly more calibration boards, over a greater variety of poses, without any overall loss of accuracy. This conclusion is based on an analysis of both geometric and photometric error.

Foundations

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

Your Notes