How can I extract the frame around the windows?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
L
am 17 Jul. 2019
Kommentiert: Image Analyst
am 14 Okt. 2019
Hello,
I need to extract the frame on the wall around the window. How can I do that? I have tried with edge detection and binarization, but I have got always a different result. There are images, where even the edges are not recognizable. But, there are images full with different edges where I can not eliminate the redundant components.
I hope someone can help me.
Thank you.
6 Kommentare
Image Analyst
am 13 Okt. 2019
Could be very difficult if the input could be any window in the world with any aspect ratio, any frame color or pattern and any window color or pattern. Can I ask why you need/want to do this?
Do you have hundreds of images to be used as a training set in deep learning? Would you be willing to use a deep learning approach?
Akzeptierte Antwort
Image Analyst
am 13 Okt. 2019
I suggest you just call rbbox(), imrect(), or imcrop() for the simplest solution. Anything else is not going to be "basic".
2 Kommentare
Image Analyst
am 14 Okt. 2019
It's the same except that it "finishes" right away and does not ask you to adjust handles on the edges of the box or ask you to confirm the selection - it just takes it immediately.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Feature Detection and Extraction finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!