Accurate Measurement of 3D and 2D Circular Centers With
Application to LiDAR-Camera Extrinsic Calibration

1 The Hong Kong University of Science and Technology (Guangzhou)2 Astrall Dynamics Technology3 Horizon-Continental Technology Corporation4 Beijing Jiaotong University* Corresponding author

IEEE Transactions on Instrumentation and Measurement · 2026

Abstract

Circular targets are widely used in LiDAR-camera extrinsic calibration due to their geometric consistency and ease of detection. However, achieving accurate 3D-2D circular center correspondence remains challenging. Existing methods often fail due to decoupled 3D fitting and erroneous 2D ellipse-center estimation. To address this, we propose a geometrically principled framework featuring two innovations: (i) a robust 3D circle center estimator based on conformal geometric algebra and RANSAC; and (ii) a chord-length variance minimization method to recover the true 2D projected center, resolving its dual-minima ambiguity via homography validation or a quasi-RANSAC fallback. Evaluated on synthetic and real-world datasets, our framework significantly outperforms state-of-the-art approaches. It reduces extrinsic estimation error and enables robust calibration across diverse sensors and target types, including natural circular objects. Our code will be publicly released for reproducibility.

The Circle Center Problem

The problem has two systematic sources of error. On the LiDAR side, decoupled plane-and-circle fitting does not estimate the spatial circle directly. On the camera side, the ellipse center is generally displaced from the projection of the physical 3D center.

Comparison of decoupled plane-then-circle fitting and joint 3D circle estimation
3D measurement. Joint estimation directly models the spatial circle instead of propagating error through a sequence of fitting stages.
Perspective projection displaces the ellipse center from the projected physical circle center
2D measurement. Chord geometry locates the true projected center and exposes the two candidate minima.

Method Overview

Overview of 3D circular-center measurement, 2D projected-center estimation, ambiguity resolution, and LiDAR-camera calibration

LiDAR boundary points are normalized and mapped to conformal space, where a fixed-size eigensystem jointly recovers the circle center, normal, and radius. RANSAC provides robustness to sparse observations and outliers. In the rectified image, the true projected center is found by minimizing the variance of distances recovered from chords through a candidate center.

When coplanar nonconcentric circles are available, homography validation selects the physically consistent candidate. Otherwise, Quasi-RANSAC jointly samples the two candidate branches and evaluates them through PnP reprojection consensus. The final 3D–2D center correspondences directly determine the metric six-degree-of-freedom LiDAR-to-camera transform.

Results

In 1,000 Monte Carlo trials with 1 px contour noise, the proposed 2D center reduces mean error from 16.14 px for the ellipse center to 1.27 px. On the Gazebo K1 multi-pose benchmark with 30 seeds, the complete pipeline also improves the end-to-end calibration results.

Gazebo K13D centerTranslationRotationReprojection
velo2cam9.45 mm1.16 cm0.13°2.06 px
Proposed3.48 mm0.65 cm0.10°0.79 px
Distribution of 2D projected-center errors for refined, ellipse, and image-moment centers
Distribution of 2D projected-center measurement errors.
Effect of 2D center measurement on reprojection, rotation, and translation error
More accurate 2D centers reduce all three pose-estimation errors.

Real-World Calibration

We evaluate two public datasets and two custom sensor setups. Since ground-truth extrinsics are unavailable, these examples report qualitative point-to-image alignment rather than quantitative real-world accuracy improvements.

Calibration Target Details

Specifications for the high-reflective and hollow circular calibration target options, each using a 50 by 50 centimeter red square backing and a centered 35 centimeter circle
Target designs used in our experiments: a high-reflective circular marker and a hollow circular marker with matched square and circle centers.

BibTeX

@article{jiang2026accurate,
  title         = {Accurate Measurement of 3D and 2D Circular Centers With
                   Application to LiDAR-Camera Extrinsic Calibration},
  author        = {Jiang, Jiajun and Hu, Xiao and Liu, Wancheng and Jiang, Wei},
  journal       = {IEEE Transactions on Instrumentation and Measurement},
  year          = {2026},
  eprint        = {2511.06611},
  archivePrefix = {arXiv},
  primaryClass  = {cs.CV},
  url           = {https://arxiv.org/abs/2511.06611}
}