How to remove the shadow in image by using openCV?

2019-01-16 07:31发布

As title said, any solutions on how to remove the shadow in image via openCV? Thanks and appreciate any helps!

1条回答
对你真心纯属浪费
2楼-- · 2019-01-16 08:06

For those who are looking for publication along with the source code of described algorithm, you might be interested by this paper: "Single-Image Shadow Detection and Removal using Paired Regions" by Ruiqi Guo, Qieyun Dai and Derek Hoiem.

They describe a method which works quite well and may be a very good start to implement your shadow-removing algorithm using OpenCV.

Image processing algorithm description

I found the source code here, but for posterity and to prevent possibly dead links in the future (I have met many), I also uploaded it on the Internet Archive.

查看更多
登录 后发表回答