Add references for subpixel corner detection

This commit is contained in:
Johannes Schönberger
2012-09-16 11:04:19 +02:00
parent cea889c997
commit 2273b73d99
+6
View File
@@ -302,6 +302,12 @@ def corner_subpix(image, corners, window_size=11, alpha=0.99):
positions : (N, 2) ndarray
Subpixel corner positions. NaN for "not classified" corners.
References
----------
..[1] http://www.ipb.uni-bonn.de/uploads/tx_ikgpublication/\
foerstner87.fast.pdf
..[2] http://en.wikipedia.org/wiki/Corner_detection
"""
# window extent in one direction