You are here: Start » AVL.NET » StripeScanParams3D Class
StripeScanParams3D Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| StripeScanParams3D(ProfileInterpolationMethod, Single, Single, Nullable<Single>, SurfaceStripePolarity, Single, Nullable<Single>) | ||
| StripeScanParams3D() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| MaxInnerEdgeMagnitude | System.Nullable<System.Single> | Maximum strength of surface edges appearing between the two ends of a surface stripe | |
| MaxStripeWidth | System.Nullable<System.Single> | Maximum acceptable stripe width | |
| MinMagnitude | System.Single | Minimum acceptable surface edge strength | |
| MinStripeWidth | System.Single | Minimum acceptable stripe width | |
| ProfileInterpolation | AvlNet.ProfileInterpolationMethod | Selects the method of sub-pixel precise edge detection | |
| SmoothingStdDev | System.Single | Parameter for gaussian smoothing of the height profile | |
| StripePolarity | AvlNet.SurfaceStripePolarity | Specifies the type of surface stripes to be detected |
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.StripeScanParams3D) | ||
| Equals(AvlNet.StripeScanParams3D, AvlNet.StripeScanParams3D) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
