Update name of pyramid function in pyramid example description

This commit is contained in:
Johannes Schönberger
2012-09-15 17:44:24 +02:00
parent be7476b44f
commit bada6787aa
+5 -4
View File
@@ -3,10 +3,11 @@
Build image pyramids
====================
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.
The `pyramid_gaussian` 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.
"""
import numpy as np