Camera Calibration

125 papers with code • 0 benchmarks • 4 datasets

Camera calibration involves estimating camera parameters(including camera intrinsics and extrinsics) to infer geometric features from captured sequences, which is crucial for computer vision and robotics. Driven by different architectures of the neural network, the researchers have developed two main paradigms for learning-based camera calibration and its applications. One is Regression-based Calibration,Reconstruction-based Calibration is another.

Libraries

Use these libraries to find Camera Calibration models and implementations
2 papers
10,463

Most implemented papers

Improvements to Target-Based 3D LiDAR to Camera Calibration

UMich-BipedLab/extrinsic_lidar_camera_calibration 7 Oct 2019

The homogeneous transformation between a LiDAR and monocular camera is required for sensor fusion tasks, such as SLAM.

SoccerNet 2022 Challenges Results

soccernet/sn-calibration 5 Oct 2022

The SoccerNet 2022 challenges were the second annual video understanding challenges organized by the SoccerNet team.

LiDAR-Camera Calibration using 3D-3D Point correspondences

ankitdhall/lidar_camera_calibration 27 May 2017

With the advent of autonomous vehicles, LiDAR and cameras have become an indispensable combination of sensors.

Kornia: an Open Source Differentiable Computer Vision Library for PyTorch

kornia/kornia 5 Oct 2019

This work presents Kornia -- an open source computer vision library which consists of a set of differentiable routines and modules to solve generic computer vision problems.

Depth-Aware Multi-Grid Deep Homography Estimation with Contextual Correlation

nie-lang/Multi-Grid-Deep-Homography 6 Jul 2021

Homography estimation is an important task in computer vision applications, such as image stitching, video stabilization, and camera calibration.

DeepSportradar-v1: Computer Vision Dataset for Sports Understanding with High Quality Annotations

deepsportradar/player-reidentification-challenge 17 Aug 2022

With the recent development of Deep Learning applied to Computer Vision, sport video understanding has gained a lot of attention, providing much richer information for both sport consumers and leagues.

Sports Camera Calibration via Synthetic Data

lood339/SCCvSD 25 Oct 2018

Here we propose a highly automatic method for calibrating sports cameras from a single image using synthetic data.

Leveraging blur information for plenoptic camera calibration

comsee-research/libpleno 9 Nov 2021

This paper presents a novel calibration algorithm for plenoptic cameras, especially the multi-focus configuration, where several types of micro-lenses are used, using raw images only.

Deep Learning for Vanishing Point Detection Using an Inverse Gnomonic Projection

yanconglin/vanishingpoint_houghtransform_gaussiansphere 8 Jul 2017

We present a novel approach for vanishing point detection from uncalibrated monocular images.

CalibNet: Geometrically Supervised Extrinsic Calibration using 3D Spatial Transformer Networks

gitouni/CalibNet_pytorch 22 Mar 2018

During training, the network only takes as input a LiDAR point cloud, the corresponding monocular image, and the camera calibration matrix K. At train time, we do not impose direct supervision (i. e., we do not directly regress to the calibration parameters, for example).