Rename and deprecate filter module to prevent shadowing of built-in keyword

This commit is contained in:
Stefan van der Walt
2014-11-10 12:53:50 +02:00
parent 80b9807185
commit 78a7b7307a
62 changed files with 171 additions and 150 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import matplotlib.pyplot as plt
import matplotlib.patches as mpatches
from skimage import data
from skimage.filter import threshold_otsu
from skimage.filters import threshold_otsu
from skimage.segmentation import clear_border
from skimage.morphology import label, closing, square
from skimage.measure import regionprops