Fix parameter documentation in corner_peaks (closes #901)

This commit is contained in:
Stefan van der Walt
2014-04-07 14:25:18 +02:00
parent 2c5d19f368
commit e25e11d3b4
+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
--------