Files
scikit-image/skimage
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-06-29 11:27:23 +02:00
2012-10-29 18:10:39 +01:00