From c9291718f9912a1ce402a47a828a5e0bad8ed74e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Fri, 31 Aug 2012 22:30:09 +0200 Subject: [PATCH] Update description with more detailed explanation of applied steps --- doc/examples/plot_label.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 """