-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added: - Dependencies - References - Example result
- Loading branch information
Showing
1 changed file
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,23 @@ | ||
# shadow-removal | ||
Implementation of Shadow Removal Algorithms | ||
# shadow-removal | ||
Implementation of Shadow Removal Algorithms | ||
|
||
Tested for Python 3.7. Requires (might also work with older versions): | ||
|
||
- OpenCV 4.2 | ||
- Numpy 1.17 | ||
- Scikit-image 0.16 | ||
|
||
The implemented methods: | ||
- Murali, Saritha, and V. K. Govindan. | ||
"Removal of shadows from a single image." | ||
the Proceedings of First International Conference on Futuristic Trends | ||
in Computer Science and Engineering. Vol. 4. | ||
|
||
- Murali, Saritha, and V. K. Govindan. | ||
"Shadow detection and removal from a single image using LAB color space." | ||
Cybernetics and information technologies 13.1 (2013): 95-103. | ||
|
||
Example: | ||
|
||
![inputImage](images/test.jpg "Input") | ||
![removedShadows](images/test_shadowClear.jpg "Output") |