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