Fix a broken link to daisy code

This commit is contained in:
Daichi SUZUO
2015-07-04 18:39:02 +09:00
parent 0c58501dc7
commit 55f798109c
+1 -1
View File
@@ -91,7 +91,7 @@ def daisy(img, step=4, radius=15, rings=3, histograms=8, orientations=8,
.. [1] Tola et al. "Daisy: An efficient dense descriptor applied to wide-
baseline stereo." Pattern Analysis and Machine Intelligence, IEEE
Transactions on 32.5 (2010): 815-830.
.. [2] http://cvlab.epfl.ch/alumni/tola/daisy.html
.. [2] http://cvlab.epfl.ch/software/daisy
'''
assert_nD(img, 2, 'img')