This simple tool demonstrates how to align images and lidar scans for kitti (Velodyne HDL-64E) odometry datasets and support C++, Python and Matlab.
Require OpenCV and PCL
cd cpp
mkdir build
cd build
cmake ..
make
./imageLidarAlign
python imageLidarAlign.py
run demo.m