(31/10/2022 - 06/11/2022)
Detecting shadows in drone images is an important step for water detection.
Focused to detect the shadow from the single RGB image
Shadow detection method is selected on the basis of the mean value of RGB image in A and B planes of LAB equivalent of the image
Identifying shadows from images can significantly improve the performance
Initially, we found one source code for shadow detection using matlab.
source code:- https://drive.google.com/file/d/1WEORiLfe4C8M0jjpDfFPK2zUnLHqe5wc/view?usp=share_link
Supervisor asked us to do the code using python. Therefore try to find the code using python.