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