Skip to content

Commit 4b9ba8d

Browse files
authoredOct 29, 2020
Update README.md
1 parent b75df32 commit 4b9ba8d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎README.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# ReColorLib
22
This is python toolkit to simulate images as perceived by people with colorblindness, as well as correct the images for Protanopia and Deuteranopia colorblindbess.
3+
4+
5+
## Requirements
6+
* PIL (Pythonn Imaing Library)
7+
* Numpy
8+
* cv2 (OpenCV)
9+
10+
1) Install the above listed libraries.
11+
2) Go to ReColorLib Library.
12+
3) Run: `python run_examples.py` and check `Examples_Check` folder to see example results.
13+
14+
### All the operationns in the library are based on the paper - [An Adaptive Fuzzy-Based System to Simulate, Quantify and Compensate Color Blindness.](https://arxiv.org/pdf/1711.10662.pdf)

0 commit comments

Comments
 (0)
Please sign in to comment.