Files
scikit-image/skimage/feature
Malcolm Reynolds 44095eef81 FIX: number of peaks returned from feature.corner_peaks
corner_peaks accepted a num_peaks argument, but the call
to peak_local_max inside the function used np.inf instead
of the value of this keyword argument, leading to an unbounded
number of peaks being returned.
2013-03-15 18:50:43 +00:00
..
2013-03-02 17:22:10 -06:00
2012-08-24 14:24:14 +02:00
2013-03-02 17:22:10 -06:00
2013-03-02 17:22:10 -06:00
2012-12-09 17:34:12 +01:00