Changed prototype of weight_func

This commit is contained in:
Vighnesh Birodkar
2014-06-26 00:11:49 +05:30
parent bd9ab8f0fd
commit b1f59fceee
4 changed files with 65 additions and 62 deletions
+1 -3
View File
@@ -9,9 +9,7 @@ difference in mean color. We then join regions with similar mean color.
"""
from skimage import graph
from skimage import segmentation
from skimage import data, io
from skimage import graph, data, io, segmentation, color
from matplotlib import pyplot as plt
from skimage import color