Files
scikit-image/skimage
Josh Warner (Mac) 63b5c5a4a0 FEAT - combined API from is_local_maximum() into peak_local_max()
is_local_maximum() is a wrapper function for peak_local_max()
is_local_maximum() runs much faster (~20% of prior runtime, nearly = to peak_local_max())
All tests in .feature and .morphology subpackages pass as written with these changes.

Todo:
  * Fully document API
  * remove commented-out old algorithm in is_local_maximum()
  * add new tests for full coverage of new, more complex peak_local_max()
2012-11-19 23:38:58 -06:00
..
2012-10-17 00:05:36 -07:00
2012-10-24 14:21:47 -07:00
2012-06-29 11:27:23 +02:00
2012-06-29 11:27:23 +02:00
2012-10-29 18:10:39 +01:00