You are here: Start » AVL.NET » AVS.ImageWatersheds Method
AVS.ImageWatersheds Method
Computes dark basins which are separated by at least inThreshold height watershed.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ImageWatersheds ( AvlNet.Image inImage, int inThreshold, IList<AvlNet.Region> outBasins )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | inThreshold | int | <0, +INF> | 10 | Input minimum separating watershed height. Default value: 10. |
![]() | outBasins | System.Collections.Generic.IList<AvlNet.Region> | Output dark basins found. |


