Merge pull request #1268 from pratapvardhan/morph-selem

Remove unused import and add module docstring
This commit is contained in:
Stefan van der Walt
2014-12-11 17:24:46 +02:00
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
import warnings
"""
Binary morphological operations
"""
import numpy as np
from scipy import ndimage
from .misc import default_fallback
+3 -1
View File
@@ -1,4 +1,6 @@
import warnings
"""
Grayscale morphological operations
"""
from skimage import img_as_ubyte
from .misc import default_fallback