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
inImageAvlNet.ImageInput image.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inMarkersSystem.Collections.Generic.IList<AvlNet.Region>Local minima markers.
inBasinsPolarityAvlNet.PolarityWhether to look for bright or dark basins.
outBasinsSystem.Collections.Generic.IList<AvlNet.Region>

Function Overrides

See also