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