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

RidgeScanParams Constructor

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public RidgeScanParams
(
	Avl.ProfileInterpolationMethod profileInterpolation_,
	float smoothingStdDev_,
	int ridgeWidth_,
	int ridgeMargin_,
	Avl.RidgeOperator ridgeOperator_,
	float minMagnitude_,
	Avl.Polarity ridgePolarity_
)

Parameters

Name Type Range Default Description
profileInterpolation_Avl.ProfileInterpolationMethod
smoothingStdDev_float
ridgeWidth_int
ridgeMargin_int
ridgeOperator_Avl.RidgeOperator
minMagnitude_float
ridgePolarity_Avl.Polarity

See also