You are here: Start » FIL.NET » RidgeScanParams Structure
RidgeScanParams Structure
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.Types.dll |
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.
Constructors
| Constructor | Description | |
|---|---|---|
| RidgeScanParams(ProfileInterpolationMethod, Single, Int32, Int32, RidgeOperator, Single, Polarity) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Default | Fil.RidgeScanParams | Gets a default instance of the RidgeScanParams. | |
| Empty | Fil.RidgeScanParams | Gets an empty instance of the RidgeScanParams. | |
| MinMagnitude | System.Single | ||
| ProfileInterpolation | Fil.ProfileInterpolationMethod | ||
| RidgeMargin | System.Int32 | ||
| RidgeOperator | Fil.RidgeOperator | ||
| RidgePolarity | Fil.Polarity | ||
| RidgeWidth | System.Int32 | ||
| SmoothingStdDev | System.Single |
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| Equals(Fil.RidgeScanParams) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
