I am trying to do road surface detection using monocular images.
Facing problems with shadows of cars and trees on road resulting in wrong prediction.
I couldn't find any open source library for doing shadow removal.
Came across this paper: Intrinsic Images by Entropy Minimization
also this related post: Shadow Removal in Python OpenCV
I am new to this field and I am finding it very hard to implement the code by reading the paper.
Any help would be greatly appreciated!