Update the reference

This commit is contained in:
Guillaume Lemaitre
2015-12-04 19:01:36 +01:00
parent 54043de4b4
commit 0c1fc76f4b
+5
View File
@@ -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,