Add see also

This commit is contained in:
François Boulogne
2016-06-12 22:02:26 +02:00
parent ee42b2bc39
commit f25d93c511
2 changed files with 7 additions and 0 deletions
@@ -13,6 +13,9 @@ mechanisms.
.. [1] https://en.wikipedia.org/wiki/Thresholding_%28image_processing%29
.. seealso::
:ref:`sphx_glr_auto_examples_xx_applications_plot_thresholding.py`
"""
import matplotlib
import matplotlib.pyplot as plt
@@ -24,6 +24,9 @@ mechanisms.
.. [1] https://en.wikipedia.org/wiki/Thresholding_%28image_processing%29
.. seealso::
Presentation on
:ref:`sphx_glr_auto_examples_xx_applications_plot_rank_filters.py`.
"""
import matplotlib
import matplotlib.pyplot as plt
@@ -218,6 +221,7 @@ plt.show()
# structuring element.
#
# The example compares the local threshold with the global threshold.
#
from skimage import data
from skimage.morphology import disk