You are here: Start » AVL.NET » RidgeScanParams3D Class
RidgeScanParams3D Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| RidgeScanParams3D(ProfileInterpolationMethod, Single, Single, Single, RidgeOperator, Single, SurfaceRidgePolarity) | ||
| RidgeScanParams3D() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| MinMagnitude | System.Single | Minimum acceptable surface ridge strength | |
| ProfileInterpolation | AvlNet.ProfileInterpolationMethod | Selects the method of sub-pixel precise surface ridge detection | |
| RidgeMargin | System.Single | Thickness of a sampling area outside of the ridge, on both of its sides | |
| RidgeOperator | AvlNet.RidgeOperator | Selects the function used to combine the height on the left and on the right side of the ridge | |
| RidgePolarity | AvlNet.SurfaceRidgePolarity | Specifies the type of surface ridges to be detected | |
| RidgeWidth | System.Single | Expected thickness of the ridge | |
| SmoothingStdDev | System.Single | Parameter for gaussian smoothing of the height profile |
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.RidgeScanParams3D) | ||
| Equals(AvlNet.RidgeScanParams3D, AvlNet.RidgeScanParams3D) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
