Filter löschen
Filter löschen

How to Mask the Area other than sky?

2 Ansichten (letzte 30 Tage)
Suresh
Suresh am 16 Okt. 2013
Kommentiert: Suresh am 17 Okt. 2013
I have attached an image with sky and building. I want to mask the building portion of the image from sky without using color detection.

Antworten (1)

Jonathan LeSage
Jonathan LeSage am 16 Okt. 2013
One potential method for masking the building in your image is to detect the building edges via the edge function. Once you have the building edges, you can perform additional image processing to isolate the building portion of the image. The following example from the documentation seems like it might be quite helpful for you to get started:
Additional examples for image processing can be found here:
  1 Kommentar
Suresh
Suresh am 17 Okt. 2013
Thanks Jonathan.I have tried this method as well as standard deviation already. Its finding the edges.But it is not filling it completely. I want to fill the portion wherever completing the lines(for ex.Rectangles).

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by