|
|
|||
|
|
|
| BUILT-IN MATHEMATICA SYMBOL | See Also »|More About » |
WatershedComponents | ![]() |
| WatershedComponents[image] computes the watershed transform of image, returning the result as a matrix in which positive integers label the catchment basins. |
| WatershedComponents uses a binary image marker to indicate regions where basins may be created. |
| "Watershed" | morphological watershed method (Meyer) | |
| "Basins" | modified watershed algorithm (Beucher, Meyer) | |
| "Rainfall" | gradient descent or rainfall algorithm (Osma-Ruiz) | |
| "Immersion" | watershed immersion algorithm (Vincent-Soille) | |
| {"MinimumSaliency",t} | gradient descent algorithm that merges adjacent basins if their minimum boundary height is less than t |