diff --git a/doc/examples/plot_label.py b/doc/examples/plot_label.py index ab57d8e9..e9e47831 100644 --- a/doc/examples/plot_label.py +++ b/doc/examples/plot_label.py @@ -3,7 +3,13 @@ Label image regions =================== -This example shows how to segment an image with image labelling. +This example shows how to segment an image with image labelling. The following +steps are applied: + +1. Thresholding with automatic Otsu method +2. Close small holes with binary closing +3. Remove artifacts touching image border +4. Measure image regions to filter small objects """