Harmonize all ndimage usage across the library

Only two forms remain in use:

- `from scipy import ndimage as ndi`
- `from scipy.ndimage import function`
This commit is contained in:
Juan Nunez-Iglesias
2015-06-09 15:18:37 +10:00
parent 82a5d0c5d9
commit 0d134987f9
47 changed files with 173 additions and 185 deletions
@@ -21,7 +21,6 @@ values, and use the random walker for the segmentation.
"""
import numpy as np
from scipy import ndimage
import matplotlib.pyplot as plt
from skimage.segmentation import random_walker