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

Invoke.SegmentImage_Watersheds

Computes dark or bright watershed basins of an image.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SegmentImage_Watersheds
(
	Fil.Image inImage,
	Optional<Fil.Region> inRoi,
	List<Fil.Region> inMarkers,
	Fil.Polarity inBasinsPolarity,
	List<Fil.Region> outBasins
)

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inRoiFtl.Optional<Fil.Region>Range of pixels to be processed. Default value: ftl::NIL.
inMarkersSystem.Collections.Generic.List<Fil.Region>Local minima markers.
inBasinsPolarityFil.PolarityWhether to look for bright or dark basins.
outBasinsSystem.Collections.Generic.List<Fil.Region>

See also