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

2 vues (au cours des 30 derniers jours)
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!

Réponse acceptée

Image Analyst
Image Analyst le 13 Juil 2019
Try edge() and imfill().
Is it your assignment?
  5 commentaires
L
L le 15 Juil 2019
Modifié(e) : L le 15 Juil 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 le 15 Juil 2019
Modifié(e) : L le 15 Juil 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.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by