You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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