From bada6787aa111feac1df32952a8732400632f81d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Sat, 15 Sep 2012 17:44:24 +0200 Subject: [PATCH] Update name of pyramid function in pyramid example description --- doc/examples/plot_pyramid.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/examples/plot_pyramid.py b/doc/examples/plot_pyramid.py index 8752af68..eb3896f4 100644 --- a/doc/examples/plot_pyramid.py +++ b/doc/examples/plot_pyramid.py @@ -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