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

RidgeScanParams Constructor

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Syntax

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

Parameters

Name Type Range Default Description
profileInterpolationFilNet.ProfileInterpolationMethod
smoothingStdDevfloat
ridgeWidthint
ridgeMarginint
ridgeOperatorFilNet.RidgeOperator
minMagnitudefloat
ridgePolarityFilNet.Polarity

See also