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.
- Host: GitHub
- URL: https://github.com/ggcr/color_balance
- Owner: ggcr
- Created: 2022-12-03T17:39:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T19:54:37.000Z (over 3 years ago)
- Last Synced: 2025-08-09T22:38:18.703Z (11 months ago)
- Topics: image-processing, interactive-visualizations, opencv, visualization
- Language: Jupyter Notebook
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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
```