How to Mask the Area other than sky?
1 回表示 (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
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:
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!