Fix wrong parameter name in doc string

This commit is contained in:
Johannes Schönberger
2013-11-30 15:11:56 +01:00
parent 0559105f83
commit d00b851204
+1 -1
View File
@@ -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.