Commit Graph

19 Commits

Author SHA1 Message Date
blink1073 5677dafe41 Move away from random.random in favor of random.rand 2014-07-19 18:18:23 -05:00
Johannes Schönberger cd13361b11 Add test case for 4D images 2014-03-10 08:21:50 -04:00
Johannes Schönberger 438784cdda Add test case for 3D images 2014-03-10 08:20:32 -04:00
Johannes Schönberger a17cfd9b06 Remove print statement 2013-10-14 22:14:01 +02:00
Johannes Schönberger 3f39885c93 Re-add tests 2013-10-14 20:02:46 +02:00
yangzetian da055e7ca3 Add test for nD exclude_border option 2013-04-03 19:21:04 +08:00
yangzetian afde2b8ab8 change doc for indices and remove the unnecessarily tolist() operation 2013-04-02 12:35:11 +08:00
yangzetian f77def35d8 Fix peak_local_max's output for ndarray when indices is set to False 2013-04-01 20:34:47 +08:00
Josh Warner (Mac) 5cba69a4fa test: add additional tests for 100% coverage of new peak_local_max
Also fix minor bug in label reordering.
2012-12-08 21:12:26 -06:00
Johannes Schönberger bb27e37710 extend test cases for num_peaks parameter of peak_local_max 2012-08-14 07:59:54 +02:00
Andreas Mueller f7b3d8062c COSMIT pep8 2012-06-29 11:27:23 +02:00
Tony S Yu c3af26d37c ENH: Add num_peaks to limit the number of peaks. 2012-04-16 00:19:56 -04:00
Tony S Yu 0b33dd5811 Add docstring comment about flat peaks. 2012-04-16 00:02:45 -04:00
Tony S Yu ae6ef22a69 Fix: return empty list for flat image. 2012-04-15 23:53:53 -04:00
Tony S Yu 2585a323ac Change threshold test from >= to >. 2012-04-15 23:48:27 -04:00
Tony S Yu 187bc6d5b8 Deprecate threshold and replace absolute and relative thresholds. 2012-04-15 23:30:06 -04:00
Tony S Yu b9b9cd5c65 Fix import 2012-04-15 23:15:18 -04:00
Tony S Yu 1c9b340fe6 Rename peak_min_dist to peak_local_max. 2012-02-02 22:33:57 -05:00
Tony S Yu 83dc4a1d40 Refactor peak detection algorithm from Harris detector. 2012-02-02 22:33:57 -05:00