COSMIT some pep8

This commit is contained in:
Andreas Mueller
2012-10-13 23:24:54 -07:00
committed by Stefan van der Walt
parent eadee6ce38
commit 488df4e32a
2 changed files with 8 additions and 6 deletions
+5 -5
View File
@@ -143,9 +143,9 @@ def pyramid_gaussian(image, max_layer=-1, downscale=2, sigma=None, order=1,
the downscaled images.
Note that the first image of the pyramid will be the original, unscaled
image. The total number of images is `max_layer + 1`. In case all layers are
computed, the last image is either a one-pixel image or the image where the
reduction does not change its shape.
image. The total number of images is `max_layer + 1`. In case all layers
are computed, the last image is either a one-pixel image or the image where
the reduction does not change its shape.
Parameters
----------
@@ -225,8 +225,8 @@ def pyramid_laplacian(image, max_layer=-1, downscale=2, sigma=None, order=1,
Note that the first image of the pyramid will be the difference between the
original, unscaled image and its smoothed version. The total number of
images is `max_layer + 1`. In case all layers are computed, the last image
is either a one-pixel image or the image where the reduction does not change
its shape.
is either a one-pixel image or the image where the reduction does not
change its shape.
Parameters
----------