Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. from skimage import color
  2. color.colorconv.lab_ref_white = np.array([0.96422, 1.0, 0.82521])
  3. lab = color.rgb2lab(image)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement