How to segment the sea in an image?
Hi, my task is to segment the sea in an image. The problem is that I have to correctly detect wether the sea there is or not in the image and in the affirmative case I want to segment it. What is the solution at my problem? Also a code solution just of how to segment it would be fine.
You could solve it with object detection(google it) but maybe a bit overkill.
You mean using deep Learning for detecting the sea? Actually I'm searching a solution without using Learning techniques.