Skip to content

Commit 4c0d929

Browse files
authored
Update README.md
1 parent 274be6a commit 4c0d929

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Watershed_Segmentation/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
- The watershed is a classical algorithm used for segmentation, that is, for separating different objects in an image.
44

55
- Starting from user-defined markers, the watershed algorithm treats pixels values as a local topography (elevation). The algorithm floods basins from the markers until basins attributed to different markers meet on watershed lines. In many cases, markers are chosen as local minima of the image, from which basins are flooded.
6+
7+
## For better understanding visit the page:
8+
9+
http://www.cmm.mines-paristech.fr/~beucher/wtshed.html

0 commit comments

Comments
 (0)