This commit is contained in:
Vighnesh Birodkar
2016-01-06 15:17:48 -05:00
parent e8f2805d64
commit 422dfc6c22
4 changed files with 5 additions and 7 deletions
-2
View File
@@ -8,8 +8,6 @@ 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 colors
import numpy as np
img = data.coffee()
gimg = color.rgb2gray(img)