mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-06 02:31:02 +08:00
Add references for subpixel corner detection
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user