mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-14 11:18:06 +08:00
Update pyramid example with longer description
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user