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

RidgeScanParams Constructor

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

public RidgeScanParams
(
	AvlNet.ProfileInterpolationMethod profileInterpolation,
	float smoothingStdDev,
	int ridgeWidth,
	int ridgeMargin,
	AvlNet.RidgeOperator ridgeOperator,
	float minMagnitude,
	AvlNet.Polarity ridgePolarity
)

Parameters

Name Type Range Default Description
profileInterpolationAvlNet.ProfileInterpolationMethod
smoothingStdDevfloat
ridgeWidthint
ridgeMarginint
ridgeOperatorAvlNet.RidgeOperator
minMagnitudefloat
ridgePolarityAvlNet.Polarity

See also