extracting road from lidar

3 visualizzazioni (ultimi 30 giorni)
nur shafinaz
nur shafinaz il 18 Nov 2015
Risposto: Peter Fryscak il 15 Gen 2023
Hi,
I have an intensity image of lidar and already import to matlab. I already use canny method as the shown result below The question is how we want to create a specific coding to ask matlab to extract the edge of the road (both side)?
I really really need help here. Thank you.

Risposte (2)

Benjamin Thompson
Benjamin Thompson il 13 Giu 2022
Hard to tell without sample images but if the road is consistently a big black thing, use imclose to help make the edges solid and then regionsprops or vision.blobanalysis to identify the biggest black region. You may be able to use imfilll to remove the holes in the middle of the road also.

Peter Fryscak
Peter Fryscak il 15 Gen 2023
This might also be helpful (although it requires additional software): Generate RoadRunner Scene from Recorded Lidar Data - MATLAB & Simulink (mathworks.com)

Categorie

Scopri di più su Labeling, Segmentation, and Detection in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by