Add missing references

This commit is contained in:
Johannes Schönberger
2012-09-05 15:06:24 +02:00
parent 0344e51d40
commit b7ac633a5e
+8
View File
@@ -168,6 +168,10 @@ def build_gaussian_pyramid(image, max_layer=-1, factor=2, sigma=None, order=1,
-------
pyramid : list of arrays
References
----------
..[1] http://web.mit.edu/persci/people/adelson/pub_pdfs/pyramid83.pdf
"""
_check_factor(factor)
@@ -242,6 +246,10 @@ def build_laplacian_pyramid(image, max_layer=-1, factor=2, sigma=None, order=1,
-------
pyramid : list of arrays
References
----------
..[1] http://web.mit.edu/persci/people/adelson/pub_pdfs/pyramid83.pdf
"""
_check_factor(factor)