From 55f798109c5f59f646a2b273668b3aac24bfd978 Mon Sep 17 00:00:00 2001 From: Daichi SUZUO Date: Sat, 4 Jul 2015 18:29:23 +0900 Subject: [PATCH] Fix a broken link to daisy code --- skimage/feature/_daisy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/feature/_daisy.py b/skimage/feature/_daisy.py index 4ba42f25..6dca0c59 100644 --- a/skimage/feature/_daisy.py +++ b/skimage/feature/_daisy.py @@ -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')