ScanSingleRidge3D


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

Syntax

C++
C#
Python
 
def ScanSingleRidge3D(
	inSurface: Surface,
	inScanMap: ScanMap,
	inRidgeScanParams: RidgeScanParams3D,
	inRidgeSelection: Selection,
	/,
	*,
	inLocalBlindness: LocalBlindness | None = None,
	inMaxProfileGapWidth: int | None = 1,
	outHeightProfile: Profile | None = None,
	outResponseProfile: Profile | None = None
)
-> outRidge: SurfaceRidge1D | None

Parameters

Name Type Range Default Description
Input value inSurface Surface Input surface
Input value inScanMap ScanMap Data precomputed with CreateSurfaceScanMap
Input value inRidgeScanParams RidgeScanParams3D Parameters controlling the surface ridge extraction process
Input value inRidgeSelection Selection Selection mode of the resulting ridge
Input value inLocalBlindness LocalBlindness | None None Defines conditions in which weaker ridges can be detected in the vicinity of stronger ridges
Input value inMaxProfileGapWidth int | None 0 - 1 Maximal number of consecutive not existing profile points
Output value outRidge SurfaceRidge1D | None Found surface ridge
Output value outHeightProfile Profile | None None Extracted surface height profile
Output value outResponseProfile Profile | None None Profile of the ridge operator response