Detect masonry from an image

2 次查看(过去 30 天)
Axel Reyskens
Axel Reyskens 2020-11-22
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

回答(1 个)

Image Analyst
Image Analyst 2020-11-22
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 个评论
Axel Reyskens
Axel Reyskens 2020-11-22
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 2020-11-22
编辑:Axel Reyskens 2020-11-22
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?

请先登录,再进行评论。

Community Treasure Hunt

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

Start Hunting!

Translated by