Merge pull request #511 from ankit-maverick/resample

Resampling of nD arrays
This commit is contained in:
Johannes Schönberger
2013-07-04 22:47:09 -07:00
7 changed files with 188 additions and 4 deletions
+2 -1
View File
@@ -9,7 +9,7 @@ from ._geometric import (warp, warp_coords, estimate_transform,
SimilarityTransform, AffineTransform,
ProjectiveTransform, PolynomialTransform,
PiecewiseAffineTransform)
from ._warps import swirl, resize, rotate, rescale
from ._warps import swirl, resize, rotate, rescale, downscale_local_means
from .pyramids import (pyramid_reduce, pyramid_expand,
pyramid_gaussian, pyramid_laplacian)
@@ -40,6 +40,7 @@ __all__ = ['hough_circle',
'resize',
'rotate',
'rescale',
'downscale_local_means',
'pyramid_reduce',
'pyramid_expand',
'pyramid_gaussian',