Loading [MathJax]/extensions/tex2jax.js

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

FIS.ScanSingleRidge Method

Locates the strongest dark or bright pixel peak along a given path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ScanSingleRidge
(
	FilNet.Image inImage,
	FilNet.ScanMap inScanMap,
	FilNet.RidgeScanParams inRidgeScanParams,
	FilNet.Selection inRidgeSelection,
	out FilNet.Ridge1D? outRidge,
	FilNet.Profile diagBrightnessProfile,
	FilNet.Profile diagResponseProfile
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inScanMapFilNet.ScanMapData precomputed with CreateScanMap.
inRidgeScanParamsFilNet.RidgeScanParamsParameters controlling the ridge extraction process.
inRidgeSelectionFilNet.Selectionfil::Selection::BestSelection mode of the resulting ridge. Default value: fil::Selection::Best.
outRidgeFilNet.Ridge1D?Found ridge.
diagBrightnessProfileFilNet.ProfileExtracted image profile.
diagResponseProfileFilNet.ProfileProfile of the ridge operator response.

Function Overrides

See also