Skip to content

SpadyDong/ImageLidarAlign-KITTI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageLidarAlign

This simple tool demonstrates how to align images and lidar scans for kitti (Velodyne HDL-64E) odometry datasets and support C++, Python and Matlab.

image

C++

Require OpenCV and PCL

cd cpp
mkdir build
cd build
cmake ..
make
./imageLidarAlign

Python

python imageLidarAlign.py

Matlab

run demo.m

About

Align image and lidar points for kitti odometry points.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published