You are here: Start » AVL.NET » RidgeScanParams3D Constructor

RidgeScanParams3D Constructor

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public RidgeScanParams3D
(
	Avl.ProfileInterpolationMethod profileInterpolation_,
	float smoothingStdDev_,
	float ridgeWidth_,
	float ridgeMargin_,
	Avl.RidgeOperator ridgeOperator_,
	float minMagnitude_,
	Avl.SurfaceRidgePolarity ridgePolarity_
)

Parameters

Name Type Range Default Description
profileInterpolation_Avl.ProfileInterpolationMethod
smoothingStdDev_float
ridgeWidth_float
ridgeMargin_float
ridgeOperator_Avl.RidgeOperator
minMagnitude_float
ridgePolarity_Avl.SurfaceRidgePolarity

See also