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.Region inRoi,
	AvlNet.Polarity inPolarity,
	float? inMinValue,
	float? inMaxValue,
	out AvlNet.Region outRidges
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.RegionRange of pixels to be processed. Default value: atl::NIL, or null.
inPolarityAvlNet.Polarity
inMinValuefloat?Minimal value of maximum to be considered. Default value: atl::NIL, or null.
inMaxValuefloat?Maximal value of minimum to be considered. Default value: atl::NIL, or null.
outRidgesAvlNet.RegionRegions of local maxima (plateaus and singletons).

See also