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 | |
|---|---|---|---|---|---|
| profileInterpolation | AvlNet.ProfileInterpolationMethod | ||||
| smoothingStdDev | float | ||||
| ridgeWidth | int | ||||
| ridgeMargin | int | ||||
| ridgeOperator | AvlNet.RidgeOperator | ||||
| minMagnitude | float | ||||
| ridgePolarity | AvlNet.Polarity |
