You are here: Start » FIL.NET » FIS.ImageRidges Method

FIS.ImageRidges Method

Finds ridge pixels in an image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

Function Overrides

See also