mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-11 15:33:35 +08:00
Update the reference
This commit is contained in:
@@ -375,6 +375,11 @@ def geometric_mean(image, selem, out=None, mask=None, shift_x=False, shift_y=Fal
|
||||
>>> img = data.camera()
|
||||
>>> avg = geometric_mean(img, disk(5))
|
||||
|
||||
References
|
||||
----------
|
||||
.. [1] Gonzalez, R. C. and Wood, R. E. "Digital Image Processing (3rd Edition)."
|
||||
Prentice-Hall Inc, 2006.
|
||||
|
||||
"""
|
||||
|
||||
return _apply_scalar_per_pixel(generic_cy._geometric_mean, image, selem, out=out,
|
||||
|
||||
Reference in New Issue
Block a user