Files
scikit-image/skimage/filter/tests
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-04-25 22:47:22 -05:00
2013-04-07 10:43:43 -05:00