Effacer les filtres
Effacer les filtres

Vertical line for building detection

1 vue (au cours des 30 derniers jours)
Sheraz Shamim
Sheraz Shamim le 10 Jan 2021
Commenté : Sheraz Shamim le 12 Jan 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?

Réponses (1)

KALYAN ACHARJYA
KALYAN ACHARJYA le 11 Jan 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 commentaire
Sheraz Shamim
Sheraz Shamim le 12 Jan 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.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Image Segmentation and Analysis dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by