You are here: Start » AVL.NET » StripeScanParams Constructor
StripeScanParams Constructor
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Syntax
public StripeScanParams( AvlNet.ProfileInterpolationMethod profileInterpolation, float smoothingStdDev, float minMagnitude, float? maxInnerEdgeMagnitude, AvlNet.Polarity stripePolarity, float minStripeWidth, float? maxStripeWidth )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| profileInterpolation | AvlNet.ProfileInterpolationMethod | ||||
| smoothingStdDev | float | ||||
| minMagnitude | float | ||||
| maxInnerEdgeMagnitude | float? | ||||
| stripePolarity | AvlNet.Polarity | ||||
| minStripeWidth | float | ||||
| maxStripeWidth | float? |
