Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 392 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 392 Bytes

Generate Depthmaps from KITTI data in C++

Example Output

Installation

Dependencies

  • CMake 3.0 or newer
  • Eigen 3.0 or newer
  • OpenCV 4.0 or newer

Building from source

mkdir build
cmake ..
make

Usage

./build/bin/kitti-depthmap [cloud_location] [image_location] [velo2cam_calib_location] [cam2cam_calib_location]