Spaces:
Sleeping
Sleeping
from skimage.color import rgb2gray | |
def as_gray(image): | |
return rgb2gray(image) |
from skimage.color import rgb2gray | |
def as_gray(image): | |
return rgb2gray(image) |