Creates a dense depth map from LiDAR point clouds.
Last updated Jun 30, 2026
100
Stars
15
Forks
3
Issues
0
Stars/day
Attention Score
10
Language breakdown
No language data available.
โธ Files
click to expand
README
Get a dense Depth map from sparse LiDAR point clouds
This repository contains a short python script to get a dense depth map from a LiDAR point cloud for a known camera. The original code is written in matlab and is from balcilar(https://github.com/balcilar/DenseDepthMap).
In densemap.py is the function to generate the dense depth map (depthmap) and in main.py the code is used on the KITTI dataset.
depth_map gets the projected LiDAR point cloud, the size of the camera image and the grid size. A grid size of 4 means a 9x9 neighbourhood is used and weighted depth information is calculated according to the distance of the neighbourhood.

๐ More in this category