Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added:
- Dependencies
- References
- Example result
  • Loading branch information
YalimD authored Mar 9, 2020
1 parent cfeb8d0 commit 66277b7
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
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")

0 comments on commit 66277b7

Please sign in to comment.