Add another reference to laplacian pyramid

This commit is contained in:
Johannes Schönberger
2012-09-09 21:36:56 +02:00
parent 35ef270606
commit d922c962e3
+1
View File
@@ -246,6 +246,7 @@ def build_laplacian_pyramid(image, max_layer=-1, downscale=2, sigma=None,
References
----------
..[1] http://web.mit.edu/persci/people/adelson/pub_pdfs/pyramid83.pdf
..[2] http://sepwww.stanford.edu/~morgan/texturematch/paper_html/node3.html
"""