Files
scikit-image/skimage/filter
Juan Nunez-Iglesias 278a0d6862 Bug fix: nbins can be >256 in threshold_isodata
The threshold_isodata function created an arange of values up to the
number of bins, but gave it type np.uint8, limiting the number of bins
to 256.

Fixes #1085.
2014-07-28 12:38:34 +10:00
..
2013-11-03 23:42:44 +01:00
2013-10-14 16:14:30 +02:00