move rank/ into filter/

This commit is contained in:
Olivier Debeir
2012-10-18 10:00:10 +02:00
parent 8d219d1427
commit e618c1d454
31 changed files with 83 additions and 75 deletions
+1 -1
View File
@@ -17,12 +17,12 @@ The local version [2]_ of the histogram equalization emphasized every local gray
from skimage import data
from skimage.util.dtype import dtype_range
from skimage import exposure
from skimage import rank
from skimage.morphology import disk
import matplotlib.pyplot as plt
import numpy as np
from skimage.filter import rank
def plot_img_and_hist(img, axes, bins=256):
"""Plot an image along with its histogram and cumulative histogram.