项目作者: cmpute

项目描述 :
Lidar and camera calibration using LRANSAC. (Refactoring using C++)
高级语言: MATLAB
项目地址: git://github.com/cmpute/LRansacCalibrator.git
创建时间: 2019-05-11T20:40:00Z
项目社区:https://github.com/cmpute/LRansacCalibrator

开源协议:The Unlicense

下载


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”

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

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.