cloud and cloud shadow detection

asked 2020-06-06 20:44:30 -0600

Farid.dem gravatar image

updated 2020-06-06 21:40:38 -0600

supra56 gravatar image

hi i'm trying to detect cloud and cloud shadow on satellite images using OpenCv (python). I can detect the clouds perfectly. I encountered a problem when detecting the cloud shadow, the problem is that in addition to detecting the cloud shadow I also detect the shadow due to the topography. is that there is a function that I can use to eliminate the shadows due to the topography with a condition (for example eliminate the shadows which are far from the clouds with a certain distance which I will choose) And thank you in advancee. C:\fakepath\example.png

edit retag flag offensive close merge delete

Comments

Is that original image?

supra56 gravatar imagesupra56 ( 2020-06-06 21:41:57 -0600 )edit

there is the cloud mask (red) and the cloud shadow mask (blue) obtained by applying the thresholds on the image behind (band)

Farid.dem gravatar imageFarid.dem ( 2020-06-06 21:46:35 -0600 )edit

Actually, I can't help it.

supra56 gravatar imagesupra56 ( 2020-06-07 20:13:24 -0600 )edit