mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-01 03:25:41 +08:00
Merge pull request #387 from ahojnnes/peak-det
Fix confused parameters in doc string of peak_local_max
This commit is contained in:
@@ -50,8 +50,8 @@ def peak_local_max(image, min_distance=10, threshold_abs=0, threshold_rel=0.1,
|
||||
Returns
|
||||
-------
|
||||
output : (N, 2) array or ndarray of bools
|
||||
If `exclude_border = True` : (row, column) coordinates of peaks.
|
||||
If `exclude_border = False` : Boolean array shaped like `image`,
|
||||
If `indices = True` : (row, column) coordinates of peaks.
|
||||
If `indices = False` : Boolean array shaped like `image`,
|
||||
with peaks represented by True values.
|
||||
|
||||
Notes
|
||||
|
||||
Reference in New Issue
Block a user