Rename file of pyramid functions

This commit is contained in:
Johannes Schönberger
2012-09-05 15:07:46 +02:00
parent b7ac633a5e
commit c570855209
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -7,5 +7,5 @@ from ._geometric import (warp, warp_coords, estimate_transform,
ProjectiveTransform, PolynomialTransform,
PiecewiseAffineTransform)
from ._warps import swirl, homography, resize, rotate
from .pyramid import (pyramid_reduce, pyramid_expand,
build_gaussian_pyramid, build_laplacian_pyramid)
from .pyramids import (pyramid_reduce, pyramid_expand,
build_gaussian_pyramid, build_laplacian_pyramid)