mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-20 12:50:52 +08:00
DOC: Add index of tutorials to user guide.
This commit is contained in:
@@ -2,8 +2,8 @@ User Guide
|
||||
==========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:maxdepth: 2
|
||||
|
||||
user_guide/data_types
|
||||
user_guide/segmentation
|
||||
user_guide/plugins
|
||||
user_guide/tutorials
|
||||
|
||||
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
+2
-2
@@ -114,9 +114,9 @@ use the Sobel operator for computing the amplitude of the gradient::
|
||||
From the 3-D surface plot shown below, we see that high barriers effectively
|
||||
separate the coins from the background.
|
||||
|
||||
.. image:: elevation_map.jpg
|
||||
.. image:: data/elevation_map.jpg
|
||||
:align: center
|
||||
|
||||
|
||||
Let us now compute the watershed transform::
|
||||
|
||||
>>> from skimage.morphology import watershed
|
||||
@@ -0,0 +1,7 @@
|
||||
Tutorials
|
||||
=========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
tutorial_segmentation
|
||||
Reference in New Issue
Block a user