This commit is contained in:
Johannes Schönberger
2012-09-15 10:41:08 +02:00
parent 6d88490657
commit bfcc144699
+1 -1
View File
@@ -3,7 +3,7 @@
Build image pyramids
====================
The `build_gauassian_pyramid` function takes an image and yields successive
The `build_gaussian_pyramid` function takes an image and yields successive
images shrunk by a constant scale factor. Image pyramids are often used, e.g.,
to implement algorithms for denoising, texture discrimination, and scale-
invariant detection.