Using color channel to find blue sky in a image.
이전 댓글 표시
I want to design a angirithm to determine if an image has blue sky, gray sky, or no sky. I want to use color channel and assumes sky is in the top of the image.
For example, This image has blue sky and the algorithm should return "blue sky".

This image has gray sky and the algorithm should return "gray sky".

This image has no sky and the algorithm should return "none".

Thanks a lot!
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Semantic Segmentation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!