You are here: Start » AVL.NET » Invoke.SegmentImage_Watersheds

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
inImageAvl.ImageInput image.
inRoiAtl.Optional<Avl.Region>Range of pixels to be processed. Default value: atl::NIL.
inMarkersSystem.Collections.Generic.List<Avl.Region>Local minima markers.
inBasinsPolarityAvl.PolarityWhether to look for bright or dark basins.
outBasinsSystem.Collections.Generic.List<Avl.Region>

See also