필터 지우기
필터 지우기

Vertical line for building detection

조회 수: 1 (최근 30일)
Sheraz Shamim
Sheraz Shamim 2021년 1월 10일
댓글: Sheraz Shamim 2021년 1월 12일
Hi
I am finding a way to identify vertical building lines from camera images -offline so that it can be used for mapping purpose.
currently like tall building, vertical line of building is required (source from camera images) to estimate bulding location and isolate building from other scenes.Any one can help me?

답변 (1개)

KALYAN ACHARJYA
KALYAN ACHARJYA 2021년 1월 11일
You can do the thresholding or oher image suitable segmentation approach to get the ROI, (preferbly vertical). In that case, you can use the following kernel operation to locate the vertical lines (choose the mask size accordingly)
ker=[-1 0 1
-1 0 1
-1 0 1]
Hope you know how to apply mask on images. This would be more obvious to answer, if you can attach a sample image.
  댓글 수: 1
Sheraz Shamim
Sheraz Shamim 2021년 1월 12일
Thanks Kalyan for your reply. I need similar lines as this link page pictures
I need to merge camera images with 2d laser data so that height of buildings can be mentioned and also it helps in localization.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by