Azzera filtri
Azzera filtri

Vertical line for building detection

1 visualizzazione (ultimi 30 giorni)
Sheraz Shamim
Sheraz Shamim il 10 Gen 2021
Commentato: Sheraz Shamim il 12 Gen 2021
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?

Risposte (1)

KALYAN ACHARJYA
KALYAN ACHARJYA il 11 Gen 2021
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 Commento
Sheraz Shamim
Sheraz Shamim il 12 Gen 2021
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.

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by