You are here: Start » AVL.NET » AVL.ImageRidges Method

AVL.ImageRidges Method

Finds image ridges.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImageRidges(
	AvlNet.Image inImage,
	AvlNet.Polarity inPolarity,
	out AvlNet.Region outRidges
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inPolarityAvlNet.Polarity
outRidgesAvlNet.RegionRegions of local maxima (plateaus and singletons).

See also