Merge pull request #970 from stefanv/doc/peak_local_max

Fix parameter documentation in corner_peaks (closes #901)
This commit is contained in:
Johannes L. Schönberger
2014-04-07 09:21:39 -04:00
+2 -5
View File
@@ -746,11 +746,8 @@ def corner_peaks(image, min_distance=10, threshold_abs=0, threshold_rel=0.1,
Parameters
----------
See `skimage.feature.peak_local_max`.
Returns
-------
See `skimage.feature.peak_local_max`.
* : *
See :py:meth:`skimage.feature.peak_local_max`.
Examples
--------