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
- Host: GitHub
- URL: https://github.com/milchreis/opencv-lut-editor
- Owner: Milchreis
- Created: 2017-04-01T23:07:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T17:10:02.000Z (about 9 years ago)
- Last Synced: 2025-04-07T11:37:21.042Z (about 1 year ago)
- Topics: opencv, processing
- Language: Processing
- Size: 6.01 MB
- Stars: 18
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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:

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