mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-18 12:30:14 +08:00
Fix wrong parameter name in doc string
This commit is contained in:
@@ -137,7 +137,7 @@ def _mask_border_keypoints(image_shape, keypoints, distance):
|
||||
----------
|
||||
image_shape : (2, ) array_like
|
||||
Shape of the image as ``(rows, cols)``.
|
||||
coords : (N, 2) array
|
||||
keypoints : (N, 2) array
|
||||
Keypoint coordinates as ``(rows, cols)``.
|
||||
distance : int
|
||||
Image border distance.
|
||||
|
||||
Reference in New Issue
Block a user