extracting road from lidar
조회 수: 2 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
답변 (2개)
Benjamin Thompson
2022년 6월 13일
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.
댓글 수: 0
Peter Fryscak
2023년 1월 15일
This might also be helpful (although it requires additional software): Generate RoadRunner Scene from Recorded Lidar Data - MATLAB & Simulink (mathworks.com)
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Labeling, Segmentation, and Detection에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!