2016-09-21 15 views
1

Wenn RGB Lab Umwandlung wie in:Was sind die L, a, b Bereiche?

from skimage.color import rgb2lab 
import skimage.io as io 
rgb = io.imread(...)[:,:,:3] 
lab = rgb2lab(rgb) 
+1

Siehe auch: https: // Github .com/scikit-image/scikit-image/issues/1185 –

Antwort

Verwandte Themen