An open API service indexing awesome lists of open source software.

https://github.com/ggcr/color_balance

Interactive notebook to see how color balance affects every channel of an image.
https://github.com/ggcr/color_balance

image-processing interactive-visualizations opencv visualization

Last synced: 4 days ago
JSON representation

Interactive notebook to see how color balance affects every channel of an image.

Awesome Lists containing this project

README

          

# Color balance

Interactive notebook to showcase how each channel affects the color model. This has been done with Look Up Tables (or LUTs) and applying gamma correction after each color balance.

![alt text](https://i.gyazo.com/cc747f0e1081fdd817d358729cfb13b8.gif)
## Prerequisites
You will need OpenCV, iPyWidgets and Jupyter for running the interactive notebook.
```bash
python3 -m pip install opencv-python matplotlib ipywidgets jupyter
```

Then simply execute jupyter and run all.
```bash
git clone https://github.com/ggcr/color_balance.git
cd color_balance
jupyter notebook color_balance.ipynb
```