mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-28 11:25:42 +08:00
Merge pull request #970 from stefanv/doc/peak_local_max
Fix parameter documentation in corner_peaks (closes #901)
This commit is contained in:
@@ -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
|
||||
--------
|
||||
|
||||
Reference in New Issue
Block a user