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