Add tests for intensity_range and rename parameter

This commit is contained in:
Tony S Yu
2014-07-11 16:30:18 -05:00
committed by blink1073
parent cc68b0c392
commit 5cafbd95e6
+1
View File
@@ -3,6 +3,7 @@ import numpy as np
from skimage import img_as_float
from skimage.util.dtype import dtype_range, dtype_limits
from skimage._shared.utils import deprecation_warning
__all__ = ['histogram', 'cumulative_distribution', 'equalize',