Update doc string return type of image pyramids

This commit is contained in:
Johannes Schönberger
2012-09-08 17:24:11 +02:00
parent 8e14f5f073
commit 6142df6531
+4 -2
View File
@@ -168,7 +168,8 @@ def build_gaussian_pyramid(image, max_layer=-1, downscale=2, sigma=None,
Returns
-------
pyramid : list of arrays
pyramid : generator
Generator yielding pyramid layers.
References
----------
@@ -241,7 +242,8 @@ def build_laplacian_pyramid(image, max_layer=-1, downscale=2, sigma=None,
Returns
-------
pyramid : list of arrays
pyramid : generator
Generator yielding pyramid layers.
References
----------