RidgeScanParams3D
Description
This structure contains parameters of surface ridge scanning process. Instance of this structure should be customized and passed as a parameter to surface ridge scanning related functions.Structure Fields
Type fields and default values (if defined) are described below:
| Name | Type | Default | Description |
|---|---|---|---|
| ProfileInterpolation | ProfileInterpolationMethod | Quadratic4 | Selects the method of sub-pixel precise surface ridge detection |
| SmoothingStdDev | Real | 0.6f | Parameter for gaussian smoothing of the height profile |
| RidgeWidth | Real | 5.0f | Expected thickness of the ridge |
| RidgeMargin | Real | 2.0f | Thickness of a sampling area outside of the ridge, on both of its sides |
| RidgeOperator | RidgeOperator | Selects the function used to combine the height on the left and on the right side of the ridge | |
| MinMagnitude | Real | 5.0f | Minimum acceptable surface ridge strength |
| RidgePolarity | SurfaceRidgePolarity | Specifies the type of surface ridges to be detected |
