mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 06:09:25 +08:00
remove extra :'s
This commit is contained in:
@@ -66,7 +66,8 @@ class LPIFilter2D(object):
|
||||
--------
|
||||
|
||||
Gaussian filter:
|
||||
Use a 1-D gaussian in each direction without normalization coefficients:
|
||||
Use a 1-D gaussian in each direction without normalization
|
||||
coefficients.
|
||||
>>> def filt_func(r, c, sigma = 1):
|
||||
... return np.exp(-np.hypot(r, c)/sigma)
|
||||
>>> filter = LPIFilter2D(filt_func)
|
||||
|
||||
Reference in New Issue
Block a user