zhuqinghe / RS-Haze

8 stars 0 forks source link

About atmospheric light #1

Open AquaLaker opened 11 months ago

AquaLaker commented 11 months ago

Thank you for your great work and sharing. I am eager to know how you extract the atmospheric light from multispectral images. I noticed that your code contains a function called "def AtmosphericLight(H_file)", but you did not use it? At the same time, I am curious about H_file What does it mean? Looking forward to your answer.

zhuqinghe commented 7 months ago

"def AtmosphericLight(H_file)" is used to estimate atmospheric light from original hazy ms-image by the mean value of the brightest 0.01% pixels during preprocessing, which contributes the parameter in "data\00215\00215.csv" for synthesizing a hazy image. This idea is from DCP, but i think it could be improved furtherly. If you have further question, please reopen the issue.