mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-22 13:00:09 +08:00
Add imports
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user