mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-13 12:40:24 +08:00
[ENH] Fixed some PEP8 issues in example gallery.
This commit is contained in:
@@ -5,8 +5,8 @@ Build image pyramids
|
||||
|
||||
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.
|
||||
implement algorithms for denoising, texture discrimination, and scale-
|
||||
invariant detection.
|
||||
|
||||
"""
|
||||
import numpy as np
|
||||
|
||||
Reference in New Issue
Block a user