From f25d93c511efa37fc355eb88c5a9bbbdfcb4d21b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Sun, 12 Jun 2016 22:02:26 +0200 Subject: [PATCH] Add see also --- doc/examples/segmentation/plot_thresholding.py | 3 +++ doc/examples/xx_applications/plot_thresholding.py | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/doc/examples/segmentation/plot_thresholding.py b/doc/examples/segmentation/plot_thresholding.py index 51c1324a..f0bf5871 100644 --- a/doc/examples/segmentation/plot_thresholding.py +++ b/doc/examples/segmentation/plot_thresholding.py @@ -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 diff --git a/doc/examples/xx_applications/plot_thresholding.py b/doc/examples/xx_applications/plot_thresholding.py index e20a51a4..3fae3c4f 100644 --- a/doc/examples/xx_applications/plot_thresholding.py +++ b/doc/examples/xx_applications/plot_thresholding.py @@ -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