mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-11 11:25:30 +08:00
corrected colors import
This commit is contained in:
committed by
Vighnesh Birodkar
parent
caba3041d1
commit
4041fc6354
@@ -8,7 +8,7 @@ This example demonstrates construction of region boundary based RAGs with the
|
||||
"""
|
||||
from skimage.future import graph
|
||||
from skimage import data, segmentation, color, filters, io
|
||||
from matplotlib import pyplot as colors
|
||||
from matplotlib import colors
|
||||
|
||||
img = data.coffee()
|
||||
gimg = color.rgb2gray(img)
|
||||
|
||||
Reference in New Issue
Block a user