Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aemarkov/lidar-road-segmentation

Dumb experiments for road segmentation using Point Cloud from LiDAR
https://github.com/aemarkov/lidar-road-segmentation

Last synced: 16 days ago
JSON representation

Dumb experiments for road segmentation using Point Cloud from LiDAR

Awesome Lists containing this project

README

        

# lidar-road-segmentation
Dumb experiments for road segmentation using Point Cloud from LiDAR

No high-math, neural networks or ready solution. Only dumb approaches like
- mark everything with specific height as road
- mark every occupacity grid cell with low height dispersion as a road
- start breadth-first search from the center (LiDAR location) and mark neighbour cells as road if there is a small height change etc
- Maybe, RANSAC

I'm not sure, but current (master) implementation is a dumb RANSAC