From 2206681a89346970b71ca8d0ed1ff60a861b2ff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Sun, 9 Sep 2012 19:40:28 +0200 Subject: [PATCH] Update pyramid example with longer description --- doc/examples/plot_pyramid.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/examples/plot_pyramid.py b/doc/examples/plot_pyramid.py index cacf0689..218e86b1 100644 --- a/doc/examples/plot_pyramid.py +++ b/doc/examples/plot_pyramid.py @@ -3,7 +3,10 @@ Build image pyramids ==================== -This example shows how to build image pyramids. +The `build_gauassian_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. """ import numpy as np