You are here: Start » FIL.NET » FIS.SegmentImage_Watersheds Method
FIS.SegmentImage_Watersheds Method
Computes dark or bright watershed basins of an image.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SegmentImage_Watersheds ( FilNet.Image inImage, IList<FilNet.Region> inMarkers, FilNet.Polarity inBasinsPolarity, IList<FilNet.Region> outBasins )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inMarkers | System.Collections.Generic.IList<FilNet.Region> | Local minima markers. | ||
![]() | inBasinsPolarity | FilNet.Polarity | Whether to look for bright or dark basins. | ||
![]() | outBasins | System.Collections.Generic.IList<FilNet.Region> |