Detect masonry from an image

2 visualizzazioni (ultimi 30 giorni)
Axel Reyskens
Axel Reyskens il 22 Nov 2020
Modificato: Axel Reyskens il 22 Nov 2020
Hi
I'm trying to create a file which detects masonry from walls (eg. facade of a building). So basically this code should detect masonry from an image and isolate it into a 2D model. What's the best way to do this?
Thanks in advance.
-Ax

Risposte (1)

Image Analyst
Image Analyst il 22 Nov 2020
Depends on how varied your images are.
  1. If it's any possible kind of building (wood, glass, steel, masonry, etc.) and any possible kind of masonry (brick, blocks, marble, limestone, stucco, cement, tile, different colors, etc.) then I think it could be difficult. You'd probably have to use SegNet to train a deep learning model with thousands of images.
  2. If you have a more limited set of images, like houses made of only red brick, you could possibly get by with traditional methods like a texture filter like stdfilt() or entropyfilt().
  2 Commenti
Axel Reyskens
Axel Reyskens il 22 Nov 2020
I think option one applies. It could be any building and any type of masonry. So I'm trying to 'detect' masonry from an image of a facade of a building. So the masonry could be any type and even colours can differ (eg. red masonry vs dark masonry).
Axel Reyskens
Axel Reyskens il 22 Nov 2020
Modificato: Axel Reyskens il 22 Nov 2020
Is using image segmentation an option?
Also: if I want to make a 2D model out of it later on, how can I identify length?

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by