You are here: Start » FIL.NET » Invoke.ScanSingleRidge3D

Invoke.ScanSingleRidge3D

Locates the strongest high or low peak of surface height along a given path.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ScanSingleRidge3D
(
	Fil.Surface inSurface,
	Fil.ScanMap inScanMap,
	Fil.RidgeScanParams3D inRidgeScanParams,
	Fil.Selection inRidgeSelection,
	Optional<Fil.LocalBlindness> inLocalBlindness,
	Optional<int> inMaxProfileGapWidth,
	Conditional<Fil.SurfaceRidge1D> outRidge,
	Optional<Fil.Profile> outHeightProfile,
	Optional<Fil.Profile> outResponseProfile
)

Parameters

Name Type Range Default Description
inSurfaceFil.SurfaceInput surface.
inScanMapFil.ScanMapData precomputed with CreateSurfaceScanMap.
inRidgeScanParamsFil.RidgeScanParams3DParameters controlling the surface ridge extraction process.
inRidgeSelectionFil.Selectionfil::Selection::BestSelection mode of the resulting ridge. Default value: fil::Selection::Best.
inLocalBlindnessFtl.Optional<Fil.LocalBlindness>Defines conditions in which weaker ridges can be detected in the vicinity of stronger ridges. Default value: ftl::NIL.
inMaxProfileGapWidthFtl.Optional<int><0, INF>1Maximal number of consecutive not existing profile points. Default value: 1.
outRidgeFtl.Conditional<Fil.SurfaceRidge1D>Found surface ridge.
outHeightProfileFtl.Optional<Fil.Profile>Extracted surface height profile.
outResponseProfileFtl.Optional<Fil.Profile>Profile of the ridge operator response.

See also