OpenCV-LUT-Editor icon indicating copy to clipboard operation
OpenCV-LUT-Editor copied to clipboard

Tool to create freehand color correction lookup tables for OpenCV

OpenCV-LUT-Editor

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

alt text

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

Usage

Download the specific application directory for your plattform and run the executable or script file if you dont have Processing. If you have the Processing IDE or you want to change the code, checkout the project and import it to your Processing sketchbook.