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

https://github.com/milchreis/opencv-lut-editor

Tool to create freehand color correction lookup tables for OpenCV
https://github.com/milchreis/opencv-lut-editor

opencv processing

Last synced: 9 months ago
JSON representation

Tool to create freehand color correction lookup tables for OpenCV

Awesome Lists containing this project

README

          

# OpenCV-LUT-Editor
Tool to create freehand color correction lookup tables for OpenCV
Implemented in Processing for OpenCV and experimentational research.

![alt text](https://github.com/Milchreis/OpenCV-LUT-Editor/blob/master/Screenshot.png?raw=true)

Generate your own lookup table for OpenCVs Numpy-Python Bindings and get an easy access to use the LUT function in OpenCV:
```
img = cv2.LUT(img, lut_sat)
```
A possible look right here:
![alt text](https://github.com/Milchreis/OpenCV-LUT-Editor/blob/master/lut.gif?raw=true)

# Usage
Download the specific application directory for your plattform and run the executable or script file if you dont have [Processing](https://processing.org/). If you have the [Processing IDE](https://processing.org/) or you want to change the code, checkout the project and import it to your Processing sketchbook.