Update description with more detailed explanation of applied steps

This commit is contained in:
Johannes Schönberger
2012-08-31 22:30:09 +02:00
parent 6e9d6e2857
commit c9291718f9
+7 -1
View File
@@ -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
"""