Fix typo in doc string

This commit is contained in:
Johannes Schönberger
2012-09-16 20:10:46 +02:00
parent 5b72c5d52c
commit 32cbf8e226
+1 -1
View File
@@ -325,7 +325,7 @@ def corner_subpix(image, corners, window_size=11, alpha=0.99):
image : ndarray
Input image.
corners : (N, 2) ndarray
Corner coordinates `(row, cols)`.
Corner coordinates `(row, col)`.
window_size : int, optional
Search window size for subpixel estimation.
alpha : float, optional