Module: color
| skimage.color.combine_stains(stains, conv_matrix) | Stain to RGB color space conversion. | 
| skimage.color.convert_colorspace(arr, ...) | Convert an image array to a new color space. | 
| skimage.color.deltaE_cie76(lab1, lab2) | Euclidean distance between two points in Lab color space | 
| skimage.color.deltaE_ciede2000(lab1, lab2[, ...]) | Color difference as given by the CIEDE 2000 standard. | 
| skimage.color.deltaE_ciede94(lab1, lab2[, ...]) | Color difference according to CIEDE 94 standard | 
| skimage.color.deltaE_cmc(lab1, lab2[, kL, kC]) | Color difference from the CMC l:c standard. | 
| skimage.color.gray2rgb(image[, alpha]) | Create an RGB representation of a gray-level image. | 
| skimage.color.guess_spatial_dimensions(image) | Make an educated guess about whether an image has a channels dimension. | 
| skimage.color.hed2rgb(hed) | Haematoxylin-Eosin-DAB (HED) to RGB color space conversion. | 
| skimage.color.hsv2rgb(hsv) | HSV to RGB color space conversion. | 
| skimage.color.lab2lch(lab) | CIE-LAB to CIE-LCH color space conversion. | 
| skimage.color.lab2rgb(lab) | Lab to RGB color space conversion. | 
| skimage.color.lab2xyz(lab[, illuminant, ...]) | CIE-LAB to XYZcolor space conversion. | 
| skimage.color.label2rgb(label[, image, ...]) | Return an RGB image where color-coded labels are painted over the image. | 
| skimage.color.lch2lab(lch) | CIE-LCH to CIE-LAB color space conversion. | 
| skimage.color.luv2rgb(luv) | Luv to RGB color space conversion. | 
| skimage.color.luv2xyz(luv[, illuminant, ...]) | CIE-Luv to XYZ color space conversion. | 
| skimage.color.rgb2gray(rgb) | Compute luminance of an RGB image. | 
| skimage.color.rgb2grey(rgb) | Compute luminance of an RGB image. | 
| skimage.color.rgb2hed(rgb) | RGB to Haematoxylin-Eosin-DAB (HED) color space conversion. | 
| skimage.color.rgb2hsv(rgb) | RGB to HSV color space conversion. | 
| skimage.color.rgb2lab(rgb) | RGB to lab color space conversion. | 
| skimage.color.rgb2luv(rgb) | RGB to CIE-Luv color space conversion. | 
| skimage.color.rgb2rgbcie(rgb) | RGB to RGB CIE color space conversion. | 
| skimage.color.rgb2xyz(rgb) | RGB to XYZ color space conversion. | 
| skimage.color.rgbcie2rgb(rgbcie) | RGB CIE to RGB color space conversion. | 
| skimage.color.separate_stains(rgb, conv_matrix) | RGB to stain color space conversion. | 
| skimage.color.xyz2lab(xyz[, illuminant, ...]) | XYZ to CIE-LAB color space conversion. | 
| skimage.color.xyz2luv(xyz[, illuminant, ...]) | XYZ to CIE-Luv color space conversion. | 
| skimage.color.xyz2rgb(xyz) | XYZ to RGB color space conversion. | 
 
          
Please login to continue.