Merge pull request #696 from ahojnnes/foerstner-ref-fix

Fix reference of `corner_foerstner`.
This commit is contained in:
Stefan van der Walt
2013-08-17 14:03:28 -07:00
+1 -2
View File
@@ -277,8 +277,7 @@ def corner_foerstner(image, sigma=1):
References
----------
.. [1] http://www.ipb.uni-bonn.de/uploads/tx_ikgpublication/\
foerstner87.fast.pdf
.. [1] http://www.ipb.uni-bonn.de/uploads/tx_ikgpublication/foerstner87.fast.pdf
.. [2] http://en.wikipedia.org/wiki/Corner_detection
Examples