FIX: import rgb2hed and hed2rgb in the test_colorconv script.

This commit is contained in:
Xavier Moles Lopez
2013-03-04 12:04:44 +01:00
parent e4629ed856
commit 7f5b331f22
+1
View File
@@ -21,6 +21,7 @@ from skimage.io import imread
from skimage.color import (
rgb2hsv, hsv2rgb,
rgb2xyz, xyz2rgb,
rgb2hed, hed2rgb,
rgb2rgbcie, rgbcie2rgb,
convert_colorspace,
rgb2grey, gray2rgb,