How to Mask the Area other than sky?

2 visualizaciones (últimos 30 días)
Suresh
Suresh el 16 de Oct. de 2013
Comentada: Suresh el 17 de Oct. de 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.

Respuestas (1)

Jonathan LeSage
Jonathan LeSage el 16 de Oct. de 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 comentario
Suresh
Suresh el 17 de Oct. de 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).

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by