Skip to content

Instantly share code, notes, and snippets.

View ademola-lou's full-sized avatar

ademola-lou ademola-lou

View GitHub Profile
@asus4
asus4 / lut_maker.py
Created April 3, 2016 11:43
Make LUT Texture
#!/usr/bin/env python
# coding: UTF-8
import cv2
import numpy as np
def make_lut256x16(exportPath):
''' 256 x 16 LUT '''
colors = []