Add imports

This commit is contained in:
Alex Izvorski
2016-04-30 03:18:47 -07:00
parent dc552f03aa
commit 53bbfe64ad
+16
View File
@@ -22,6 +22,14 @@ from .colorconv import (convert_colorspace,
hed2rgb,
lab2lch,
lch2lab,
rgb2yuv,
yuv2rgb,
rgb2yiq,
yiq2rgb,
rgb2ypbpr,
ypbpr2rgb,
rgb2ycbcr,
ycbcr2rgb,
separate_stains,
combine_stains,
rgb_from_hed,
@@ -75,6 +83,14 @@ __all__ = ['convert_colorspace',
'hed2rgb',
'lab2lch',
'lch2lab',
'rgb2yuv',
'yuv2rgb',
'rgb2yiq',
'yiq2rgb',
'rgb2ypbpr',
'ypbpr2rgb',
'rgb2ycbcr',
'ycbcr2rgb',
'separate_stains',
'combine_stains',
'rgb_from_hed',