paper-with-me

Papers

Camera calibration for the surround-view system: a benchmark and dataset

2023-12-27 · L Qin, C Lin, S Huang, S Yang, Y Zhao

Surround-view system (SVS) is widely used in the Advanced Driver Assistance System (ADAS). SVS uses four fisheye lenses to monitor real-time scenes around the vehicle. However, accurate intrinsic and extrinsic parameter estimation is required for the proper functioning of the system. At present, the intrinsic calibration can be pipeline by utilizing checkerboard algorithm, while extrinsic calibration is still immature. Therefore, we proposed a specific calibration pipeline to estimate extrinsic parameters robustly. This scheme takes a driving sequence of four cameras as input. It firstly utilizes lane line to roughly estimate each camera pose. Considering the environmental condition differences in each camera, we separately select strategies from two methods to accurately estimate the extrinsic parameters. To achieve accurate estimates for both front and rear camera, we proposed a method that mutually iterating line detection and pose estimation. As for bilateral camera, we iteratively adjust the camera pose and position by minimizing texture and edge error between ground projections of adjacent cameras. After estimating the extrinsic parameters, the surround-view image can be synthesized by homography-based transformation. The proposed pipeline can robustly estimate the four SVS camera extrinsic parameters in real driving environments. In addition, to evaluate the proposed scheme, we build a surround-view fisheye dataset, which contains 40 videos with 32,000 frames, acquired from different real traffic scenarios. All the frames in each video are manually labeled with lane annotation, with its GT extrinsic parameters. Moreover, this surround-view dataset could be used by other researchers to evaluate their performance. The dataset will be available soon.

📄 PDF Abstract BibTeX arXiv:2312.16499

Code (0)

등록된 구현이 없습니다.

Tasks

Camera CalibrationLine Detectionparameter estimationPose Estimation

Similar Papers 제목 키워드 기반

Click-Calib: A Robust Extrinsic Calibration Method for Surround-View Systems

2025-01-02 · Lihao Wang

Surround-View System (SVS) is an essential component in Advanced Driver Assistance System (ADAS) and requires precise calibrations. However, conventional offline extrinsic calibration methods are cumbersome and time-cons…

3D Visual Perception for Self-Driving Cars using a Multi-Camera System: Calibration, Mapping, Localization, and Obstacle Detection

2017-08-31 · Christian Häne, Lionel Heng, Gim Hee Lee, Friedrich Fraundorfer 외

Cameras are a crucial exteroceptive sensor for self-driving cars as they are low-cost and small, provide appearance information about the environment, and work in various weather conditions. They can be used for multiple…

Camera CalibrationSelf-Driving CarsVisual LocalizationVisual Navigation

CalibRBEV: Multi-Camera Calibration via ReversedBird's-eye-view Representations for Autonomous Driving.

2024-07-21 · ACM Multimedia, 2024 2024 7 · Wenlong Liao, Sunyuan Qiang, Xianfei Li, Xiaolei Chen 외

Camera calibration consists of determining the intrinsic and extrinsic parameters of an imaging system, which forms the fundamentalbasis for various computer vision tasks and applications, e.g., robotics and autonomous d…

Autonomous DrivingCamera Calibration

A Synthetic Benchmarking Pipeline to Compare Camera Calibration Algorithms

2023-07-03 · Lala Shakti Swarup Ray, Bo Zhou, Lars Krupp, Sungho Suh 외

Accurate camera calibration is crucial for various computer vision applications. However, measuring calibration accuracy in the real world is challenging due to the lack of datasets with ground truth to evaluate them. In…

BenchmarkingCamera Calibrationparameter estimation

Multi-Camera Calibration Free BEV Representation for 3D Object Detection

2022-10-31 · Hongxiang Jiang, Wenming Meng, Hongmei Zhu, Qian Zhang 외

In advanced paradigms of autonomous driving, learning Bird's Eye View (BEV) representation from surrounding views is crucial for multi-task framework. However, existing methods based on depth estimation or camera-driven …

3D Object DetectionAutonomous DrivingCamera CalibrationDepth Estimation+3