paper-with-me

Papers

Learning-Based Framework for Camera Calibration with Distortion Correction and High Precision Feature Detection

2022-02-01 · Yesheng Zhang, Xu Zhao, Dahong Qian

Camera calibration is a crucial technique which significantly influences the performance of many robotic systems. Robustness and high precision have always been the pursuit of diverse calibration methods. State-of-the-art calibration techniques based on classical Zhang's method, however, still suffer from environmental noise, radial lens distortion and sub-optimal parameter estimation. Therefore, in this paper, we propose a hybrid camera calibration framework which combines learning-based approaches with traditional methods to handle these bottlenecks. In particular, this framework leverages learning-based approaches to perform efficient distortion correction and robust chessboard corner coordinate encoding. For sub-pixel accuracy of corner detection, a specially-designed coordinate decoding algorithm with embed outlier rejection mechanism is proposed. To avoid sub-optimal estimation results, we improve the traditional parameter estimation by RANSAC algorithm and achieve stable results. Compared with two widely-used camera calibration toolboxes, experiment results on both real and synthetic datasets manifest the better robustness and higher precision of the proposed framework. The massive synthetic dataset is the basis of our framework's decent performance and will be publicly available along with the code at https://github.com/Easonyesheng/CCS.

📄 PDF Abstract BibTeX arXiv:2202.00158

Code (1)

easonyesheng/ccs 공식 구현 pytorch

Tasks

Camera Calibrationdistortion correctionparameter estimation

Similar Papers 제목 키워드 기반

Single View Distortion Correction using Semantic Guidance

2019-11-15 · Szabolcs-Botond Lőrincz, Szabolcs Pável, Lehel Csató

Most distortion correction methods focus on simple forms of distortion, such as radial or linear distortions. These works undistort images either based on measurements in the presence of a calibration grid, or use multip…

distortion correction

Efficient Real-Time Radial Distortion Correction for UAVs

2020-10-08 · Marcus Valtonen Örnhag, Patrik Persson, Mårten Wadenbäck, Kalle Åström 외

In this paper we present a novel algorithm for onboard radial distortion correction for unmanned aerial vehicles (UAVs) equipped with an inertial measurement unit (IMU), that runs in real-time. This approach makes calibr…

distortion correction

Single-image camera calibration with model-free distortion correction

2024-03-02 · Katia Genovese

Camera calibration is a process of paramount importance in computer vision applications that require accurate quantitative measurements. The popular method developed by Zhang relies on the use of a large number of images…

Camera CalibrationCamera Pose Estimationdistortion correctionImage Stitching+2

Deep Single Image Camera Calibration With Radial Distortion

2019-06-01 · CVPR 2019 6 · Manuel Lopez, Roger Mari, Pau Gargallo, Yubin Kuang 외

Single image calibration is the problem of predicting the camera parameters from one image. This problem is of importance when dealing with images collected in uncontrolled conditions by non-calibrated cameras, such as c…

Camera Calibrationdistortion correction

Distortion Estimation Through Explicit Modeling of the Refractive Surface

2019-09-24 · Szabolcs Pável, Csanád Sándor, Lehel Csató

Precise calibration is a must for high reliance 3D computer vision algorithms. A challenging case is when the camera is behind a protective glass or transparent object: due to refraction, the image is heavily distorted; …

distortion correctionImage Generation