Skip to content

joelsa/kitti-depthmap-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Generate Depthmaps from KITTI data in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published