Skip to content

tablejai/Shadow-Removal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shadow Removal

Description

In our study, we propose an effective image-processing-based algorithm to tackle shadow removal on colored text problems. Our algorithm can remove the majority of shadows for most damaged images while retaining the original color of text.

Steps

Generally, our proposed algorithm is composed of three stages. First, we perform shadow detection by MaxMin() algorithm on each channel of input image I(c, x, y). Next, subtract the input image with the shadow mask by ShadowRemove(). Eventually, restore the histogram by HistogramRestore() and merge the result of the three-channel back to the RGB domain.

Requirements

See requirements.txt

Result

1 image

2 image

3 image

4 image

5 image

6 image

For more implementation details, you can find them here: Shadow Removal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages