You are here: Start » AVL.NET » RidgeScanParams Structure
RidgeScanParams Structure
This structure contains parameters of ridge scanning process. Instance of this structure should be customized and passed as a parameter to ridge scanning related functions.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| RidgeScanParams(ProfileInterpolationMethod, Single, Int32, Int32, RidgeOperator, Single, Polarity) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| MinMagnitude | System.Single | Minimum acceptable ridge strength | |
| ProfileInterpolation | AvlNet.ProfileInterpolationMethod | Selects the method of sub-pixel precise ridge detection | |
| RidgeMargin | System.Int32 | Number of pixels that are sampled outside of the ridge, on both of its sides | |
| RidgeOperator | AvlNet.RidgeOperator | Selects the function used to combine the brightness on the left and on the right side of the ridge | |
| RidgePolarity | AvlNet.Polarity | Specifies the type of ridges to be detected (Bright, Dark or Any) | |
| RidgeWidth | System.Int32 | Expected thickness of the ridge in pixels | |
| SmoothingStdDev | System.Single | Parameter for gaussian smoothing of the brightness profile |
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
