フィルターのクリア

How to Mask the Area other than sky?

2 ビュー (過去 30 日間)
Suresh
Suresh 2013 年 10 月 16 日
コメント済み: Suresh 2013 年 10 月 17 日
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.

回答 (1 件)

Jonathan LeSage
Jonathan LeSage 2013 年 10 月 16 日
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 件のコメント
Suresh
Suresh 2013 年 10 月 17 日
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).

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by