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

AVS.ImageRidges Method

Finds ridge pixels in an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImageRidges
(
	AvlNet.Image inImage,
	AvlNet.Polarity inPolarity,
	float? inMinValue,
	float? inMaxValue,
	float inNoiseLevel,
	AvlNet.Region outRidges
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inPolarityAvlNet.PolaritySpecifies the type of ridges to be detected (Bright, Dark or Any).
inMinValuefloat?Minimal value of pixel to be considered. Default value: atl::NIL.
inMaxValuefloat?Maximal value of pixel to be considered. Default value: atl::NIL.
inNoiseLevelfloat<0.0f, INF>Defines how much stronger a pixel has to be than its neighbors to be deemed a ridge pixel.
outRidgesAvlNet.RegionRegion of ridges.

Function Overrides

See also