Tony S Yu
756dfd5020
Rename bins parameter to nbins.
...
This change distinguishes it from the `bins` argument in numpy.histogram, which can accept both the number of bins or a sequence bin edges. Also, this name matches other function parameters in the scikit (e.g. `histograms` in io/_plugins/util.py).
2011-12-12 13:51:27 -05:00
Tony S Yu
d9186c90a1
Remove thresholding subpackage and integrate into filter subpackage.
2011-12-11 17:04:46 -05:00
Stefan van der Walt
bf609dfca0
DOC: Fix some scikits.image mentions.
2011-12-02 10:55:41 -08:00
Stefan van der Walt
0b124c34e2
DOC: See also to skimage.sobel instead of ndimage.sobel.
2011-11-07 11:25:28 -08:00
emmanuelle
78d37d3af1
DOC: Canny filter. Improved docstring + example for the gallery
2011-11-06 23:52:07 +01:00
Thouis (Ray) Jones
061595f99d
Fix docstring to match new default value and constraint for radius.
2011-11-02 15:09:02 +01:00
Tony S Yu
c6e854b7c7
Switch radius and mask arguments for median_filter
2011-10-26 16:30:07 -04:00
Tony S Yu
a63e3f4546
Require median filter radius >= 2
...
The octagon structuring element used by _ctmf.pyx does not scale correctly for smaller radii.
2011-10-26 16:22:20 -04:00
Nelle Varoquaux
114cf44c77
Renamed scikits.image to skimage
2011-10-18 21:12:27 +02:00