Skip to content

Commit

Permalink
Example of see also hyperlinks between gallery examples
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelle committed Dec 30, 2015
1 parent 2e812e0 commit 9515236
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/examples/segmentation/plot_otsu.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Thresholding
============
.. _otsu:
Thresholding is used to create a binary image. This example uses Otsu's method
to calculate the threshold value.
Expand All @@ -13,6 +15,7 @@
.. [1] http://en.wikipedia.org/wiki/Otsu's_method
See also: :ref:`Adaptive thresholding <threshold_adaptive>`
"""
import matplotlib
import matplotlib.pyplot as plt
Expand Down
2 changes: 2 additions & 0 deletions doc/examples/segmentation/plot_threshold_adaptive.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
"""
.. _threshold_adaptive:
=====================
Adaptive Thresholding
=====================
Thresholding is the simplest way to segment objects from a background. If that
background is relatively uniform, then you can use a global threshold value to
binarize the image by pixel-intensity. If there's large variation in the
Expand Down

0 comments on commit 9515236

Please sign in to comment.