From 23cfaec724eecec5258b2c3ad7df62583cd2b816 Mon Sep 17 00:00:00 2001 From: Rodrigo Benenson Date: Tue, 8 Mar 2016 17:01:00 +0100 Subject: [PATCH] Follow-up of PR #1989 exposing grey2rgb at the module level. --- skimage/color/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/skimage/color/__init__.py b/skimage/color/__init__.py index 6b589480..d68332f4 100644 --- a/skimage/color/__init__.py +++ b/skimage/color/__init__.py @@ -9,6 +9,7 @@ from .colorconv import (convert_colorspace, rgb2grey, rgb2gray, gray2rgb, + grey2rgb, xyz2lab, lab2xyz, lab2rgb,