cmpute / LRansacCalibrator

Lidar and camera calibration using LRANSAC. (Refactoring using C++)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LRANSAC based lidar and camera calibrator

This is the implementation of paper "Pixels and 3-D Points Alignment Method for the Fusion of Camera and LiDAR Data"

@article{xie2018pixels,
  title={Pixels and 3-D Points Alignment Method for the Fusion of Camera and LiDAR Data},
  author={Xie, Shichao and Yang, Diange and Jiang, Kun and Zhong, Yuanxin},
  journal={IEEE Transactions on Instrumentation and Measurement},
  volume={68},
  number={10},
  pages={3661--3676},
  year={2018},
  publisher={IEEE}
}

The original codes for the paper are contained in /ref, while I'm still trying to port the code into C++. Most part of the conversion has been done, however, the camera calibration toolbox in MATLAB is still remaining to be ported.

About

Lidar and camera calibration using LRANSAC. (Refactoring using C++)

License:The Unlicense


Languages

Language:MATLAB 63.3%Language:Python 20.2%Language:C++ 15.0%Language:CMake 1.3%Language:M 0.2%