How to segment the sea in an image?

asked 2019-08-24 10:23:44 -0600

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.

edit retag flag offensive close merge delete

Comments

You could solve it with object detection(google it) but maybe a bit overkill.

holger gravatar imageholger ( 2019-08-24 16:58:22 -0600 )edit

You mean using deep Learning for detecting the sea? Actually I'm searching a solution without using Learning techniques.

Sistino gravatar imageSistino ( 2019-08-25 12:30:30 -0600 )edit