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


