Git Product home page Git Product logo

plycal's Introduction

Extrinsic Calibration of the camera and LiDAR via polygon plane

This project includes the extrinsic calibration library and gui tool for calibrating the extrinsic parameter(6-DoF rigid-body transformation) between the camera and LiDAR. This method needs convex polygon plane as calibration object and the camera intrinsic parameter(K, D) are needed (if images are not undistorted).

note: current implemention only support rectangular plane

Dependency list

Build

we test on Ubuntu 16.04, if you already install ros kinect and then you only need to compile and install ceres-solver.

$ mkdir build& cd build
$ cmake .. 							# build library and QT GUI
$ cmake -DBUILD_PlyCal_TEST=True ..	#build test tools(only for debug usage)
$ make

Test

We have tested the current qt-based tool with RSLidar-16, RSlidar-32, Rslidar-mems by rectangular plane. And we provide test data and config file under ./datadirectory which was collected with RSLidar-16 and usb webcam.

Usage

中文使用说明

Before using the gui tool:

  1. Calibrate camera and put intrinsic parameter D, K at config file or set by gui.
  2. Collect synced image(png,jpg,jpeg) and pointcloud (pcd), put them into some_place/image_orig and some_place/pointcloud directory, respectively. Name the file like 0.jpg, 1.jpg, ..., n.jpg.
    Demo

Reference

For the method you can read the paper:

@INPROCEEDINGS{8665256, 
author={Q. {Liao} and Z. {Chen} and Y. {Liu} and Z. {Wang} and M. {Liu}}, 
booktitle={2018 IEEE International Conference on Robotics and Biomimetics (ROBIO)}, 
title={Extrinsic Calibration of Lidar and Camera with Polygon}, 
year={2018}, 
volume={}, 
number={}, 
pages={200-205}, 
keywords={calibration;cameras;feature extraction;image fusion;image sensors;micromechanical devices;optical radar;sensor fusion;stereo image processing;heterogeneous exteroceptive sensors;heterogeneous sensory systems;multisensor information;polygon board;t6/32-beam Lidar;extrinsic calibration;MEMS-Lidar;point-cloud;laser range finder;2D feature space;3D feature space;Calibration;Cameras;Laser radar;Three-dimensional displays;Sensors;Image edge detection;Two dimensional displays}, 
doi={10.1109/ROBIO.2018.8665256}, 
ISSN={}, 
month={Dec},}

plycal's People

Contributors

liaoqinghai avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.