How can I extract/detect, separate the wall from the window using vertical and horizontal line detection?

1 view (last 30 days)
How can I extract/detect, separate the wall from the window using vertical and horizontal line detection?
Also, how can I separate the rectangular shape from the wall?
The goal is to separate the wall area from the window and later the rectangular shape area from the wall (if there is a shape) for any window/wall situation. Is it possible if I don't know in advance the dimensions, color, width of the window frame etc., only the shapes (which contain mostly horizontal and vertical lines)?
I hope someone can help me with this.
Thank you in advance!

Accepted Answer

Image Analyst
Image Analyst on 13 Jul 2019
Try edge() and imfill().
Is it your assignment?
  5 Comments
L
L on 15 Jul 2019
Edited: L on 15 Jul 2019
Hello Image Analyst,
Is it possible to extract the window, or the wall (or the shape) using the bwconncomp(), regionprops() and checking the bounding box?
Thank you.
L
L on 15 Jul 2019
Edited: L on 15 Jul 2019
Hello,
I have reduced the scale and I've got the 2D and 3D edges with Sobel detector. Now, how can I separate/extract and fill the rectangle area on the right side of the long vertical line?
Thank you.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!