Vertical line for building detection

2 ビュー (過去 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 Center および File ExchangeImage Segmentation and Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by