You are here: Start » AVL.NET » RidgeScanParams.RidgeScanParams(AvlNet.ProfileInterpolationMethod, float, int, int, AvlNet.RidgeOperator, float, AvlNet.Polarity)
RidgeScanParams.RidgeScanParams(AvlNet.ProfileInterpolationMethod, float, int, int, AvlNet.RidgeOperator, float, AvlNet.Polarity)
| 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
- profileInterpolation
- Type: AvlNet.ProfileInterpolationMethod
- smoothingStdDev
- Type: System.Single
- ridgeWidth
- Type: System.Int32
- ridgeMargin
- Type: System.Int32
- ridgeOperator
- Type: AvlNet.RidgeOperator
- minMagnitude
- Type: System.Single
- ridgePolarity
- Type: AvlNet.Polarity
